| Name | Type | Description | Notes |
|---|---|---|---|
| ProfileId | string | The id of the permission set. | |
| UserLicenseId | string | The id of the user license. |
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
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
func (o *ResourceRemoteInfoSalesforceProfile) GetProfileId() string
GetProfileId returns the ProfileId field if non-nil, zero value otherwise.
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.
func (o *ResourceRemoteInfoSalesforceProfile) SetProfileId(v string)
SetProfileId sets ProfileId field to given value.
func (o *ResourceRemoteInfoSalesforceProfile) GetUserLicenseId() string
GetUserLicenseId returns the UserLicenseId field if non-nil, zero value otherwise.
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.
func (o *ResourceRemoteInfoSalesforceProfile) SetUserLicenseId(v string)
SetUserLicenseId sets UserLicenseId field to given value.