Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.56 KB

File metadata and controls

82 lines (45 loc) · 2.56 KB

MovieDetailsProductionCountriesInner

Properties

Name Type Description Notes
Iso31661 Pointer to string [optional]
Name Pointer to string [optional]

Methods

NewMovieDetailsProductionCountriesInner

func NewMovieDetailsProductionCountriesInner() *MovieDetailsProductionCountriesInner

NewMovieDetailsProductionCountriesInner instantiates a new MovieDetailsProductionCountriesInner 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

NewMovieDetailsProductionCountriesInnerWithDefaults

func NewMovieDetailsProductionCountriesInnerWithDefaults() *MovieDetailsProductionCountriesInner

NewMovieDetailsProductionCountriesInnerWithDefaults instantiates a new MovieDetailsProductionCountriesInner 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

GetIso31661

func (o *MovieDetailsProductionCountriesInner) GetIso31661() string

GetIso31661 returns the Iso31661 field if non-nil, zero value otherwise.

GetIso31661Ok

func (o *MovieDetailsProductionCountriesInner) GetIso31661Ok() (*string, bool)

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

SetIso31661

func (o *MovieDetailsProductionCountriesInner) SetIso31661(v string)

SetIso31661 sets Iso31661 field to given value.

HasIso31661

func (o *MovieDetailsProductionCountriesInner) HasIso31661() bool

HasIso31661 returns a boolean if a field has been set.

GetName

func (o *MovieDetailsProductionCountriesInner) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *MovieDetailsProductionCountriesInner) GetNameOk() (*string, bool)

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

SetName

func (o *MovieDetailsProductionCountriesInner) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *MovieDetailsProductionCountriesInner) HasName() bool

HasName returns a boolean if a field has been set.

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