Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.83 KB

ListSources200ResponseResultsInnerSocietiesInner.md

File metadata and controls

82 lines (45 loc) · 2.83 KB

ListSources200ResponseResultsInnerSocietiesInner

Properties

Name Type Description Notes
Url Pointer to string [optional]
Organization Pointer to string [optional]

Methods

NewListSources200ResponseResultsInnerSocietiesInner

func NewListSources200ResponseResultsInnerSocietiesInner() *ListSources200ResponseResultsInnerSocietiesInner

NewListSources200ResponseResultsInnerSocietiesInner instantiates a new ListSources200ResponseResultsInnerSocietiesInner 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

NewListSources200ResponseResultsInnerSocietiesInnerWithDefaults

func NewListSources200ResponseResultsInnerSocietiesInnerWithDefaults() *ListSources200ResponseResultsInnerSocietiesInner

NewListSources200ResponseResultsInnerSocietiesInnerWithDefaults instantiates a new ListSources200ResponseResultsInnerSocietiesInner 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

GetUrl

func (o *ListSources200ResponseResultsInnerSocietiesInner) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

func (o *ListSources200ResponseResultsInnerSocietiesInner) GetUrlOk() (*string, bool)

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

SetUrl

func (o *ListSources200ResponseResultsInnerSocietiesInner) SetUrl(v string)

SetUrl sets Url field to given value.

HasUrl

func (o *ListSources200ResponseResultsInnerSocietiesInner) HasUrl() bool

HasUrl returns a boolean if a field has been set.

GetOrganization

func (o *ListSources200ResponseResultsInnerSocietiesInner) GetOrganization() string

GetOrganization returns the Organization field if non-nil, zero value otherwise.

GetOrganizationOk

func (o *ListSources200ResponseResultsInnerSocietiesInner) GetOrganizationOk() (*string, bool)

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

SetOrganization

func (o *ListSources200ResponseResultsInnerSocietiesInner) SetOrganization(v string)

SetOrganization sets Organization field to given value.

HasOrganization

func (o *ListSources200ResponseResultsInnerSocietiesInner) HasOrganization() bool

HasOrganization returns a boolean if a field has been set.

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