Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.6 KB

File metadata and controls

72 lines (39 loc) · 2.6 KB

V2ObjectsRecordsSearchPostRequestRequestAsAnyOf1

Properties

Name Type Description Notes
Type string
WorkspaceMemberId string

Methods

NewV2ObjectsRecordsSearchPostRequestRequestAsAnyOf1

func NewV2ObjectsRecordsSearchPostRequestRequestAsAnyOf1(type_ string, workspaceMemberId string, ) *V2ObjectsRecordsSearchPostRequestRequestAsAnyOf1

NewV2ObjectsRecordsSearchPostRequestRequestAsAnyOf1 instantiates a new V2ObjectsRecordsSearchPostRequestRequestAsAnyOf1 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

NewV2ObjectsRecordsSearchPostRequestRequestAsAnyOf1WithDefaults

func NewV2ObjectsRecordsSearchPostRequestRequestAsAnyOf1WithDefaults() *V2ObjectsRecordsSearchPostRequestRequestAsAnyOf1

NewV2ObjectsRecordsSearchPostRequestRequestAsAnyOf1WithDefaults instantiates a new V2ObjectsRecordsSearchPostRequestRequestAsAnyOf1 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

GetType

func (o *V2ObjectsRecordsSearchPostRequestRequestAsAnyOf1) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *V2ObjectsRecordsSearchPostRequestRequestAsAnyOf1) GetTypeOk() (*string, bool)

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

SetType

func (o *V2ObjectsRecordsSearchPostRequestRequestAsAnyOf1) SetType(v string)

SetType sets Type field to given value.

GetWorkspaceMemberId

func (o *V2ObjectsRecordsSearchPostRequestRequestAsAnyOf1) GetWorkspaceMemberId() string

GetWorkspaceMemberId returns the WorkspaceMemberId field if non-nil, zero value otherwise.

GetWorkspaceMemberIdOk

func (o *V2ObjectsRecordsSearchPostRequestRequestAsAnyOf1) GetWorkspaceMemberIdOk() (*string, bool)

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

SetWorkspaceMemberId

func (o *V2ObjectsRecordsSearchPostRequestRequestAsAnyOf1) SetWorkspaceMemberId(v string)

SetWorkspaceMemberId sets WorkspaceMemberId field to given value.

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