Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.43 KB

SyntheticsCITestMetadata.md

File metadata and controls

82 lines (45 loc) · 2.43 KB

SyntheticsCITestMetadata

Properties

Name Type Description Notes
Ci Pointer to SyntheticsCITestMetadataCi [optional]
Git Pointer to SyntheticsCITestMetadataGit [optional]

Methods

NewSyntheticsCITestMetadata

func NewSyntheticsCITestMetadata() *SyntheticsCITestMetadata

NewSyntheticsCITestMetadata instantiates a new SyntheticsCITestMetadata 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

NewSyntheticsCITestMetadataWithDefaults

func NewSyntheticsCITestMetadataWithDefaults() *SyntheticsCITestMetadata

NewSyntheticsCITestMetadataWithDefaults instantiates a new SyntheticsCITestMetadata 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

GetCi

func (o *SyntheticsCITestMetadata) GetCi() SyntheticsCITestMetadataCi

GetCi returns the Ci field if non-nil, zero value otherwise.

GetCiOk

func (o *SyntheticsCITestMetadata) GetCiOk() (*SyntheticsCITestMetadataCi, bool)

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

SetCi

func (o *SyntheticsCITestMetadata) SetCi(v SyntheticsCITestMetadataCi)

SetCi sets Ci field to given value.

HasCi

func (o *SyntheticsCITestMetadata) HasCi() bool

HasCi returns a boolean if a field has been set.

GetGit

func (o *SyntheticsCITestMetadata) GetGit() SyntheticsCITestMetadataGit

GetGit returns the Git field if non-nil, zero value otherwise.

GetGitOk

func (o *SyntheticsCITestMetadata) GetGitOk() (*SyntheticsCITestMetadataGit, bool)

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

SetGit

func (o *SyntheticsCITestMetadata) SetGit(v SyntheticsCITestMetadataGit)

SetGit sets Git field to given value.

HasGit

func (o *SyntheticsCITestMetadata) HasGit() bool

HasGit returns a boolean if a field has been set.

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