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