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