Name | Type | Description | Notes |
---|---|---|---|
Map | Pointer to SearchJobRecordsMapMap | [optional] |
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
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
func (o *SearchJobRecordsMap) GetMap() SearchJobRecordsMapMap
GetMap returns the Map field if non-nil, zero value otherwise.
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.
func (o *SearchJobRecordsMap) SetMap(v SearchJobRecordsMapMap)
SetMap sets Map field to given value.
func (o *SearchJobRecordsMap) HasMap() bool
HasMap returns a boolean if a field has been set.