Class AdvertiserCategoryModel
Namespace: Ayuda.BMS.Splash.PI.SDK.Models
Properties
AdvertiserCategoryID
Type: Guid. Automatically generated upon creation.
Declaration
public Guid AdvertiserCategoryID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Code
Type: string. Maximum length: 16
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsLive
Type: bool
Declaration
public bool IsLive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Type: string. Maximum length: 255
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ParentAdvertiserCategoryID
Optional. Type: Guid
Declaration
public Guid? ParentAdvertiserCategoryID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |