Class MarketingBrandCollection
Results of marketing brands for a fusion environment.
Inherited Members
Namespace: Oci.FusionappsService.Models
Assembly: OCI.DotNetSDK.Fusionapps.dll
Syntax
public class MarketingBrandCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<MarketingBrandSummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<MarketingBrandSummary> | A page of MarketingBrandSummary objects. |
Remarks
Required