Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.37 KB

DeviceAssuranceChromeOSPlatform.md

File metadata and controls

56 lines (31 loc) · 2.37 KB

DeviceAssuranceChromeOSPlatform

Properties

Name Type Description Notes
ThirdPartySignalProviders Pointer to DeviceAssuranceChromeOSPlatformAllOfThirdPartySignalProviders [optional]

Methods

NewDeviceAssuranceChromeOSPlatform

func NewDeviceAssuranceChromeOSPlatform() *DeviceAssuranceChromeOSPlatform

NewDeviceAssuranceChromeOSPlatform instantiates a new DeviceAssuranceChromeOSPlatform 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

NewDeviceAssuranceChromeOSPlatformWithDefaults

func NewDeviceAssuranceChromeOSPlatformWithDefaults() *DeviceAssuranceChromeOSPlatform

NewDeviceAssuranceChromeOSPlatformWithDefaults instantiates a new DeviceAssuranceChromeOSPlatform 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

GetThirdPartySignalProviders

func (o *DeviceAssuranceChromeOSPlatform) GetThirdPartySignalProviders() DeviceAssuranceChromeOSPlatformAllOfThirdPartySignalProviders

GetThirdPartySignalProviders returns the ThirdPartySignalProviders field if non-nil, zero value otherwise.

GetThirdPartySignalProvidersOk

func (o *DeviceAssuranceChromeOSPlatform) GetThirdPartySignalProvidersOk() (*DeviceAssuranceChromeOSPlatformAllOfThirdPartySignalProviders, bool)

GetThirdPartySignalProvidersOk returns a tuple with the ThirdPartySignalProviders field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetThirdPartySignalProviders

func (o *DeviceAssuranceChromeOSPlatform) SetThirdPartySignalProviders(v DeviceAssuranceChromeOSPlatformAllOfThirdPartySignalProviders)

SetThirdPartySignalProviders sets ThirdPartySignalProviders field to given value.

HasThirdPartySignalProviders

func (o *DeviceAssuranceChromeOSPlatform) HasThirdPartySignalProviders() bool

HasThirdPartySignalProviders returns a boolean if a field has been set.

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