Class GetAllCampaignsResponse
A list of all campaigns for a given project
Inherited Members
Namespace: Unity.Services.Apis.Admin.RemoteConfig
Assembly: Unity.Services.Apis.dll
Syntax
[DataContract(Name = "GetAllCampaignsResponse")]
[Preserve]
public class GetAllCampaignsResponse
Constructors
GetAllCampaignsResponse(List<GetCampaignResponse>)
Initializes a new instance of the GetAllCampaignsResponse class.
Declaration
[Preserve]
public GetAllCampaignsResponse(List<GetCampaignResponse> campaigns = null)
Parameters
Type | Name | Description |
---|---|---|
List<GetCampaignResponse> | campaigns | campaigns. |
Properties
Campaigns
Gets or Sets Campaigns
Declaration
[DataMember(Name = "campaigns", EmitDefaultValue = false)]
[Preserve]
public List<GetCampaignResponse> Campaigns { get; set; }
Property Value
Type | Description |
---|---|
List<GetCampaignResponse> |