Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.87 KB

CheckOrgSCACapability200Response.md

File metadata and controls

56 lines (31 loc) · 1.87 KB

CheckOrgSCACapability200Response

Properties

Name Type Description Notes
Body Pointer to OrgSimpleContentAccess [optional]

Methods

NewCheckOrgSCACapability200Response

func NewCheckOrgSCACapability200Response() *CheckOrgSCACapability200Response

NewCheckOrgSCACapability200Response instantiates a new CheckOrgSCACapability200Response 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

NewCheckOrgSCACapability200ResponseWithDefaults

func NewCheckOrgSCACapability200ResponseWithDefaults() *CheckOrgSCACapability200Response

NewCheckOrgSCACapability200ResponseWithDefaults instantiates a new CheckOrgSCACapability200Response 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

GetBody

func (o *CheckOrgSCACapability200Response) GetBody() OrgSimpleContentAccess

GetBody returns the Body field if non-nil, zero value otherwise.

GetBodyOk

func (o *CheckOrgSCACapability200Response) GetBodyOk() (*OrgSimpleContentAccess, bool)

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

SetBody

func (o *CheckOrgSCACapability200Response) SetBody(v OrgSimpleContentAccess)

SetBody sets Body field to given value.

HasBody

func (o *CheckOrgSCACapability200Response) HasBody() bool

HasBody returns a boolean if a field has been set.

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