Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.66 KB

SearchJobRecordsMap.md

File metadata and controls

56 lines (31 loc) · 1.66 KB

SearchJobRecordsMap

Properties

Name Type Description Notes
Map Pointer to SearchJobRecordsMapMap [optional]

Methods

NewSearchJobRecordsMap

func NewSearchJobRecordsMap() *SearchJobRecordsMap

NewSearchJobRecordsMap instantiates a new SearchJobRecordsMap 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

NewSearchJobRecordsMapWithDefaults

func NewSearchJobRecordsMapWithDefaults() *SearchJobRecordsMap

NewSearchJobRecordsMapWithDefaults instantiates a new SearchJobRecordsMap 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

GetMap

func (o *SearchJobRecordsMap) GetMap() SearchJobRecordsMapMap

GetMap returns the Map field if non-nil, zero value otherwise.

GetMapOk

func (o *SearchJobRecordsMap) GetMapOk() (*SearchJobRecordsMapMap, bool)

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

SetMap

func (o *SearchJobRecordsMap) SetMap(v SearchJobRecordsMapMap)

SetMap sets Map field to given value.

HasMap

func (o *SearchJobRecordsMap) HasMap() bool

HasMap returns a boolean if a field has been set.

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