docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class CreateCampaignResponse

    CreateCampaignResponse

    Inheritance
    object
    CreateCampaignResponse
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Apis.Admin.RemoteConfig
    Assembly: Unity.Services.Apis.dll
    Syntax
    [DataContract(Name = "CreateCampaignResponse")]
    [Preserve]
    public class CreateCampaignResponse

    Constructors

    CreateCampaignResponse()

    Initializes a new instance of the CreateCampaignResponse class.

    Declaration
    [JsonConstructor]
    [Preserve]
    public CreateCampaignResponse()

    Properties

    CreatedAt

    Gets or Sets CreatedAt

    Declaration
    [DataMember(Name = "createdAt", EmitDefaultValue = false)]
    [Preserve]
    public DateTime CreatedAt { get; }
    Property Value
    Type Description
    DateTime

    Id

    Gets or Sets Id

    Declaration
    [DataMember(Name = "id", EmitDefaultValue = false)]
    [Preserve]
    public string Id { get; }
    Property Value
    Type Description
    string

    Methods

    ShouldSerializeCreatedAt()

    Returns false as CreatedAt should not be serialized given that it's read-only.

    Declaration
    public bool ShouldSerializeCreatedAt()
    Returns
    Type Description
    bool

    false (boolean)

    ShouldSerializeId()

    Returns false as Id should not be serialized given that it's read-only.

    Declaration
    public bool ShouldSerializeId()
    Returns
    Type Description
    bool

    false (boolean)

    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)