Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.85 KB

BasicNotificationAllOfAndroidBackgroundLayout.md

File metadata and controls

108 lines (59 loc) · 3.85 KB

BasicNotificationAllOfAndroidBackgroundLayout

Properties

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]

Methods

NewBasicNotificationAllOfAndroidBackgroundLayout

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

NewBasicNotificationAllOfAndroidBackgroundLayoutWithDefaults

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

GetImage

func (o *BasicNotificationAllOfAndroidBackgroundLayout) GetImage() string

GetImage returns the Image field if non-nil, zero value otherwise.

GetImageOk

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.

SetImage

func (o *BasicNotificationAllOfAndroidBackgroundLayout) SetImage(v string)

SetImage sets Image field to given value.

HasImage

func (o *BasicNotificationAllOfAndroidBackgroundLayout) HasImage() bool

HasImage returns a boolean if a field has been set.

GetHeadingsColor

func (o *BasicNotificationAllOfAndroidBackgroundLayout) GetHeadingsColor() string

GetHeadingsColor returns the HeadingsColor field if non-nil, zero value otherwise.

GetHeadingsColorOk

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.

SetHeadingsColor

func (o *BasicNotificationAllOfAndroidBackgroundLayout) SetHeadingsColor(v string)

SetHeadingsColor sets HeadingsColor field to given value.

HasHeadingsColor

func (o *BasicNotificationAllOfAndroidBackgroundLayout) HasHeadingsColor() bool

HasHeadingsColor returns a boolean if a field has been set.

GetContentsColor

func (o *BasicNotificationAllOfAndroidBackgroundLayout) GetContentsColor() string

GetContentsColor returns the ContentsColor field if non-nil, zero value otherwise.

GetContentsColorOk

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.

SetContentsColor

func (o *BasicNotificationAllOfAndroidBackgroundLayout) SetContentsColor(v string)

SetContentsColor sets ContentsColor field to given value.

HasContentsColor

func (o *BasicNotificationAllOfAndroidBackgroundLayout) HasContentsColor() bool

HasContentsColor returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]