docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class SignedUrlResponse

    SignedUrlResponse

    Inheritance
    object
    SignedUrlResponse
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Unity.Services.Apis.CloudSave
    Assembly: solution.dll
    Syntax
    [Preserve]
    public class SignedUrlResponse

    Constructors

    SignedUrlResponse(string, string, object)

    Initializes a new instance of the SignedUrlResponse class.

    Declaration
    [Preserve]
    public SignedUrlResponse(string signedUrl = null, string httpMethod = null, object requiredHeaders = null)
    Parameters
    Type Name Description
    string signedUrl

    The signed URL used to access the resource. (required).

    string httpMethod

    The HTTP method that must be used on the signedUrl. (required).

    object requiredHeaders

    The set of HTTP headers that must be sent with the request for it to succeed. (required).

    Properties

    HttpMethod

    The HTTP method that must be used on the signedUrl.

    Declaration
    [Preserve]
    public string HttpMethod { get; set; }
    Property Value
    Type Description
    string

    The HTTP method that must be used on the signedUrl.

    RequiredHeaders

    The set of HTTP headers that must be sent with the request for it to succeed.

    Declaration
    [Preserve]
    public object RequiredHeaders { get; set; }
    Property Value
    Type Description
    object

    The set of HTTP headers that must be sent with the request for it to succeed.

    SignedUrl

    The signed URL used to access the resource.

    Declaration
    [Preserve]
    public string SignedUrl { get; set; }
    Property Value
    Type Description
    string

    The signed URL used to access the resource.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)