docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class CampaignContentVariant

    CampaignContentVariant

    Inheritance
    object
    CampaignContentVariant
    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 = "CampaignContentVariant")]
    [Preserve]
    public class CampaignContentVariant

    Constructors

    CampaignContentVariant(TypeEnum, List<Setting>)

    Initializes a new instance of the CampaignContentVariant class.

    Declaration
    [Preserve]
    public CampaignContentVariant(CampaignContentVariant.TypeEnum type = (CampaignContentVariant.TypeEnum)0, List<Setting> values = null)
    Parameters
    Type Name Description
    CampaignContentVariant.TypeEnum type

    type (required).

    List<Setting> values

    values (required).

    Properties

    Type

    Gets or Sets Type

    Declaration
    [DataMember(Name = "type", IsRequired = true, EmitDefaultValue = true)]
    [Preserve]
    public CampaignContentVariant.TypeEnum Type { get; set; }
    Property Value
    Type Description
    CampaignContentVariant.TypeEnum

    Values

    Gets or Sets Values

    Declaration
    [DataMember(Name = "values", IsRequired = true, EmitDefaultValue = true)]
    [Preserve]
    public List<Setting> Values { get; set; }
    Property Value
    Type Description
    List<Setting>
    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)