Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.08 KB

ApplicationApplicationManifestQueryWithFilesWrapper.md

File metadata and controls

82 lines (45 loc) · 3.08 KB

ApplicationApplicationManifestQueryWithFilesWrapper

Properties

Name Type Description Notes
Chunk Pointer to ApplicationFileChunk [optional]
Query Pointer to ApplicationApplicationManifestQueryWithFiles [optional]

Methods

NewApplicationApplicationManifestQueryWithFilesWrapper

func NewApplicationApplicationManifestQueryWithFilesWrapper() *ApplicationApplicationManifestQueryWithFilesWrapper

NewApplicationApplicationManifestQueryWithFilesWrapper instantiates a new ApplicationApplicationManifestQueryWithFilesWrapper 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

NewApplicationApplicationManifestQueryWithFilesWrapperWithDefaults

func NewApplicationApplicationManifestQueryWithFilesWrapperWithDefaults() *ApplicationApplicationManifestQueryWithFilesWrapper

NewApplicationApplicationManifestQueryWithFilesWrapperWithDefaults instantiates a new ApplicationApplicationManifestQueryWithFilesWrapper 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

GetChunk

func (o *ApplicationApplicationManifestQueryWithFilesWrapper) GetChunk() ApplicationFileChunk

GetChunk returns the Chunk field if non-nil, zero value otherwise.

GetChunkOk

func (o *ApplicationApplicationManifestQueryWithFilesWrapper) GetChunkOk() (*ApplicationFileChunk, bool)

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

SetChunk

func (o *ApplicationApplicationManifestQueryWithFilesWrapper) SetChunk(v ApplicationFileChunk)

SetChunk sets Chunk field to given value.

HasChunk

func (o *ApplicationApplicationManifestQueryWithFilesWrapper) HasChunk() bool

HasChunk returns a boolean if a field has been set.

GetQuery

func (o *ApplicationApplicationManifestQueryWithFilesWrapper) GetQuery() ApplicationApplicationManifestQueryWithFiles

GetQuery returns the Query field if non-nil, zero value otherwise.

GetQueryOk

func (o *ApplicationApplicationManifestQueryWithFilesWrapper) GetQueryOk() (*ApplicationApplicationManifestQueryWithFiles, bool)

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

SetQuery

func (o *ApplicationApplicationManifestQueryWithFilesWrapper) SetQuery(v ApplicationApplicationManifestQueryWithFiles)

SetQuery sets Query field to given value.

HasQuery

func (o *ApplicationApplicationManifestQueryWithFilesWrapper) HasQuery() bool

HasQuery returns a boolean if a field has been set.

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