Name | Type | Description | Notes |
---|---|---|---|
Image | Pointer to string | Asset file, android resource name, or URL to remote image. | [optional] |
HeadingsColor | Pointer to string | Title text color ARGB Hex format. Example(Blue) "FF0000FF". | [optional] |
ContentsColor | Pointer to string | Body text color ARGB Hex format. Example(Red) "FFFF0000". | [optional] |
func NewBasicNotificationAllOfAndroidBackgroundLayout() *BasicNotificationAllOfAndroidBackgroundLayout
NewBasicNotificationAllOfAndroidBackgroundLayout instantiates a new BasicNotificationAllOfAndroidBackgroundLayout object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBasicNotificationAllOfAndroidBackgroundLayoutWithDefaults() *BasicNotificationAllOfAndroidBackgroundLayout
NewBasicNotificationAllOfAndroidBackgroundLayoutWithDefaults instantiates a new BasicNotificationAllOfAndroidBackgroundLayout object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *BasicNotificationAllOfAndroidBackgroundLayout) GetImage() string
GetImage returns the Image field if non-nil, zero value otherwise.
func (o *BasicNotificationAllOfAndroidBackgroundLayout) GetImageOk() (*string, bool)
GetImageOk returns a tuple with the Image field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BasicNotificationAllOfAndroidBackgroundLayout) SetImage(v string)
SetImage sets Image field to given value.
func (o *BasicNotificationAllOfAndroidBackgroundLayout) HasImage() bool
HasImage returns a boolean if a field has been set.
func (o *BasicNotificationAllOfAndroidBackgroundLayout) GetHeadingsColor() string
GetHeadingsColor returns the HeadingsColor field if non-nil, zero value otherwise.
func (o *BasicNotificationAllOfAndroidBackgroundLayout) GetHeadingsColorOk() (*string, bool)
GetHeadingsColorOk returns a tuple with the HeadingsColor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BasicNotificationAllOfAndroidBackgroundLayout) SetHeadingsColor(v string)
SetHeadingsColor sets HeadingsColor field to given value.
func (o *BasicNotificationAllOfAndroidBackgroundLayout) HasHeadingsColor() bool
HasHeadingsColor returns a boolean if a field has been set.
func (o *BasicNotificationAllOfAndroidBackgroundLayout) GetContentsColor() string
GetContentsColor returns the ContentsColor field if non-nil, zero value otherwise.
func (o *BasicNotificationAllOfAndroidBackgroundLayout) GetContentsColorOk() (*string, bool)
GetContentsColorOk returns a tuple with the ContentsColor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BasicNotificationAllOfAndroidBackgroundLayout) SetContentsColor(v string)
SetContentsColor sets ContentsColor field to given value.
func (o *BasicNotificationAllOfAndroidBackgroundLayout) HasContentsColor() bool
HasContentsColor returns a boolean if a field has been set.