Name | Type | Description | Notes |
---|---|---|---|
Url | Pointer to string | [optional] | |
Organization | Pointer to string | [optional] |
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
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
func (o *ListSources200ResponseResultsInnerSocietiesInner) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
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.
func (o *ListSources200ResponseResultsInnerSocietiesInner) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *ListSources200ResponseResultsInnerSocietiesInner) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (o *ListSources200ResponseResultsInnerSocietiesInner) GetOrganization() string
GetOrganization returns the Organization field if non-nil, zero value otherwise.
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.
func (o *ListSources200ResponseResultsInnerSocietiesInner) SetOrganization(v string)
SetOrganization sets Organization field to given value.
func (o *ListSources200ResponseResultsInnerSocietiesInner) HasOrganization() bool
HasOrganization returns a boolean if a field has been set.