Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.79 KB

GetSystemInfo200ResponseData.md

File metadata and controls

51 lines (28 loc) · 1.79 KB

GetSystemInfo200ResponseData

Properties

Name Type Description Notes
Rudder GetSystemInfo200ResponseDataRudder

Methods

NewGetSystemInfo200ResponseData

func NewGetSystemInfo200ResponseData(rudder GetSystemInfo200ResponseDataRudder, ) *GetSystemInfo200ResponseData

NewGetSystemInfo200ResponseData instantiates a new GetSystemInfo200ResponseData 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

NewGetSystemInfo200ResponseDataWithDefaults

func NewGetSystemInfo200ResponseDataWithDefaults() *GetSystemInfo200ResponseData

NewGetSystemInfo200ResponseDataWithDefaults instantiates a new GetSystemInfo200ResponseData 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

GetRudder

func (o *GetSystemInfo200ResponseData) GetRudder() GetSystemInfo200ResponseDataRudder

GetRudder returns the Rudder field if non-nil, zero value otherwise.

GetRudderOk

func (o *GetSystemInfo200ResponseData) GetRudderOk() (*GetSystemInfo200ResponseDataRudder, bool)

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

SetRudder

func (o *GetSystemInfo200ResponseData) SetRudder(v GetSystemInfo200ResponseDataRudder)

SetRudder sets Rudder field to given value.

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