| Name | Type | Description | Notes |
|---|---|---|---|
| RequestId | string | UnifAPI request id for support and ledger correlation. | |
| Data | []XCommunity | ||
| Pagination | Pagination | ||
| Billing | Billing |
func NewXCommunitiesSearchGet200Response(requestId string, data []XCommunity, pagination Pagination, billing Billing, ) *XCommunitiesSearchGet200Response
NewXCommunitiesSearchGet200Response instantiates a new XCommunitiesSearchGet200Response 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 NewXCommunitiesSearchGet200ResponseWithDefaults() *XCommunitiesSearchGet200Response
NewXCommunitiesSearchGet200ResponseWithDefaults instantiates a new XCommunitiesSearchGet200Response 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 *XCommunitiesSearchGet200Response) GetRequestId() string
GetRequestId returns the RequestId field if non-nil, zero value otherwise.
func (o *XCommunitiesSearchGet200Response) 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.
func (o *XCommunitiesSearchGet200Response) SetRequestId(v string)
SetRequestId sets RequestId field to given value.
func (o *XCommunitiesSearchGet200Response) GetData() []XCommunity
GetData returns the Data field if non-nil, zero value otherwise.
func (o *XCommunitiesSearchGet200Response) GetDataOk() (*[]XCommunity, 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.
func (o *XCommunitiesSearchGet200Response) SetData(v []XCommunity)
SetData sets Data field to given value.
func (o *XCommunitiesSearchGet200Response) GetPagination() Pagination
GetPagination returns the Pagination field if non-nil, zero value otherwise.
func (o *XCommunitiesSearchGet200Response) 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.
func (o *XCommunitiesSearchGet200Response) SetPagination(v Pagination)
SetPagination sets Pagination field to given value.
func (o *XCommunitiesSearchGet200Response) GetBilling() Billing
GetBilling returns the Billing field if non-nil, zero value otherwise.
func (o *XCommunitiesSearchGet200Response) 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.
func (o *XCommunitiesSearchGet200Response) SetBilling(v Billing)
SetBilling sets Billing field to given value.