Class CreateCampaignResponse
CreateCampaignResponse
Inherited Members
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 Create
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 |
---|---|
Date |
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) |