Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 3.5 KB

File metadata and controls

114 lines (61 loc) · 3.5 KB

InstagramExploreGet200Response

Properties

Name Type Description Notes
RequestId string UnifAPI request id for support and ledger correlation.
Data []InstagramPost
Pagination Pagination
Billing Billing

Methods

NewInstagramExploreGet200Response

func NewInstagramExploreGet200Response(requestId string, data []InstagramPost, pagination Pagination, billing Billing, ) *InstagramExploreGet200Response

NewInstagramExploreGet200Response instantiates a new InstagramExploreGet200Response 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

NewInstagramExploreGet200ResponseWithDefaults

func NewInstagramExploreGet200ResponseWithDefaults() *InstagramExploreGet200Response

NewInstagramExploreGet200ResponseWithDefaults instantiates a new InstagramExploreGet200Response 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

GetRequestId

func (o *InstagramExploreGet200Response) GetRequestId() string

GetRequestId returns the RequestId field if non-nil, zero value otherwise.

GetRequestIdOk

func (o *InstagramExploreGet200Response) GetRequestIdOk() (*string, bool)

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

SetRequestId

func (o *InstagramExploreGet200Response) SetRequestId(v string)

SetRequestId sets RequestId field to given value.

GetData

func (o *InstagramExploreGet200Response) GetData() []InstagramPost

GetData returns the Data field if non-nil, zero value otherwise.

GetDataOk

func (o *InstagramExploreGet200Response) GetDataOk() (*[]InstagramPost, bool)

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

SetData

func (o *InstagramExploreGet200Response) SetData(v []InstagramPost)

SetData sets Data field to given value.

GetPagination

func (o *InstagramExploreGet200Response) GetPagination() Pagination

GetPagination returns the Pagination field if non-nil, zero value otherwise.

GetPaginationOk

func (o *InstagramExploreGet200Response) GetPaginationOk() (*Pagination, bool)

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

SetPagination

func (o *InstagramExploreGet200Response) SetPagination(v Pagination)

SetPagination sets Pagination field to given value.

GetBilling

func (o *InstagramExploreGet200Response) GetBilling() Billing

GetBilling returns the Billing field if non-nil, zero value otherwise.

GetBillingOk

func (o *InstagramExploreGet200Response) GetBillingOk() (*Billing, bool)

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

SetBilling

func (o *InstagramExploreGet200Response) SetBilling(v Billing)

SetBilling sets Billing field to given value.

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