| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int32 | [optional] | |
| Strings | Pointer to map[string]string | [optional] |
func NewLocalizationResource() *LocalizationResource
NewLocalizationResource instantiates a new LocalizationResource 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 NewLocalizationResourceWithDefaults() *LocalizationResource
NewLocalizationResourceWithDefaults instantiates a new LocalizationResource 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 *LocalizationResource) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *LocalizationResource) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LocalizationResource) SetId(v int32)
SetId sets Id field to given value.
func (o *LocalizationResource) HasId() bool
HasId returns a boolean if a field has been set.
func (o *LocalizationResource) GetStrings() map[string]string
GetStrings returns the Strings field if non-nil, zero value otherwise.
func (o *LocalizationResource) GetStringsOk() (*map[string]string, bool)
GetStringsOk returns a tuple with the Strings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LocalizationResource) SetStrings(v map[string]string)
SetStrings sets Strings field to given value.
func (o *LocalizationResource) HasStrings() bool
HasStrings returns a boolean if a field has been set.
func (o *LocalizationResource) SetStringsNil(b bool)
SetStringsNil sets the value for Strings to be an explicit nil
func (o *LocalizationResource) UnsetStrings()
UnsetStrings ensures that no value is present for Strings, not even an explicit nil