Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.46 KB

File metadata and controls

72 lines (39 loc) · 2.46 KB

ResourceRemoteInfoSalesforceProfile

Properties

Name Type Description Notes
ProfileId string The id of the permission set.
UserLicenseId string The id of the user license.

Methods

NewResourceRemoteInfoSalesforceProfile

func NewResourceRemoteInfoSalesforceProfile(profileId string, userLicenseId string, ) *ResourceRemoteInfoSalesforceProfile

NewResourceRemoteInfoSalesforceProfile instantiates a new ResourceRemoteInfoSalesforceProfile 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

NewResourceRemoteInfoSalesforceProfileWithDefaults

func NewResourceRemoteInfoSalesforceProfileWithDefaults() *ResourceRemoteInfoSalesforceProfile

NewResourceRemoteInfoSalesforceProfileWithDefaults instantiates a new ResourceRemoteInfoSalesforceProfile 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

GetProfileId

func (o *ResourceRemoteInfoSalesforceProfile) GetProfileId() string

GetProfileId returns the ProfileId field if non-nil, zero value otherwise.

GetProfileIdOk

func (o *ResourceRemoteInfoSalesforceProfile) GetProfileIdOk() (*string, bool)

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

SetProfileId

func (o *ResourceRemoteInfoSalesforceProfile) SetProfileId(v string)

SetProfileId sets ProfileId field to given value.

GetUserLicenseId

func (o *ResourceRemoteInfoSalesforceProfile) GetUserLicenseId() string

GetUserLicenseId returns the UserLicenseId field if non-nil, zero value otherwise.

GetUserLicenseIdOk

func (o *ResourceRemoteInfoSalesforceProfile) GetUserLicenseIdOk() (*string, bool)

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

SetUserLicenseId

func (o *ResourceRemoteInfoSalesforceProfile) SetUserLicenseId(v string)

SetUserLicenseId sets UserLicenseId field to given value.

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