Name | Type | Description | Notes |
---|---|---|---|
Object | string | Type of Object, always equals to "user" | |
Name | string | Unique named identifier for the integration | |
Version | float32 | Version of the integration | |
Title | string | Title of the integration | |
Description | Pointer to string | Description of the integration | [optional] |
Summary | Pointer to string | Long form markdown summary of the integration | [optional] |
PreviewImages | []string | URLs of images to showcase the integration | |
Visibility | IntegrationVisibility | ||
Scopes | []IntegrationScope | Permissions that should be granted to the integration | |
Categories | []IntegrationCategory | Categories for which the integration is listed in the marketplace | |
Blocks | Pointer to []IntegrationBlock | Custom blocks defined by this integration. | [optional] |
Configurations | Pointer to IntegrationConfigurations | [optional] | |
ExternalLinks | []IntegrationExternalLinksInner | External urls configured by the developer of the integration | |
Urls | IntegrationUrls | ||
ContentSecurityPolicy | Pointer to IntegrationContentSecurityPolicy | [optional] | |
Id | string | Unique identifier for the user | |
DisplayName | string | Full name for the user | |
Pointer to string | Email address of the user | [optional] | |
PhotoURL | Pointer to string | URL of the user's profile picture | [optional] |
func NewRecordingContributorsInner(object string, name string, version float32, title string, previewImages []string, visibility IntegrationVisibility, scopes []IntegrationScope, categories []IntegrationCategory, externalLinks []IntegrationExternalLinksInner, urls IntegrationUrls, id string, displayName string, ) *RecordingContributorsInner
NewRecordingContributorsInner instantiates a new RecordingContributorsInner 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 NewRecordingContributorsInnerWithDefaults() *RecordingContributorsInner
NewRecordingContributorsInnerWithDefaults instantiates a new RecordingContributorsInner 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 *RecordingContributorsInner) GetObject() string
GetObject returns the Object field if non-nil, zero value otherwise.
func (o *RecordingContributorsInner) GetObjectOk() (*string, bool)
GetObjectOk returns a tuple with the Object field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RecordingContributorsInner) SetObject(v string)
SetObject sets Object field to given value.
func (o *RecordingContributorsInner) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *RecordingContributorsInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RecordingContributorsInner) SetName(v string)
SetName sets Name field to given value.
func (o *RecordingContributorsInner) GetVersion() float32
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *RecordingContributorsInner) GetVersionOk() (*float32, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RecordingContributorsInner) SetVersion(v float32)
SetVersion sets Version field to given value.
func (o *RecordingContributorsInner) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *RecordingContributorsInner) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RecordingContributorsInner) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *RecordingContributorsInner) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *RecordingContributorsInner) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RecordingContributorsInner) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *RecordingContributorsInner) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *RecordingContributorsInner) GetSummary() string
GetSummary returns the Summary field if non-nil, zero value otherwise.
func (o *RecordingContributorsInner) GetSummaryOk() (*string, bool)
GetSummaryOk returns a tuple with the Summary field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RecordingContributorsInner) SetSummary(v string)
SetSummary sets Summary field to given value.
func (o *RecordingContributorsInner) HasSummary() bool
HasSummary returns a boolean if a field has been set.
func (o *RecordingContributorsInner) GetPreviewImages() []string
GetPreviewImages returns the PreviewImages field if non-nil, zero value otherwise.
func (o *RecordingContributorsInner) GetPreviewImagesOk() (*[]string, bool)
GetPreviewImagesOk returns a tuple with the PreviewImages field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RecordingContributorsInner) SetPreviewImages(v []string)
SetPreviewImages sets PreviewImages field to given value.
func (o *RecordingContributorsInner) GetVisibility() IntegrationVisibility
GetVisibility returns the Visibility field if non-nil, zero value otherwise.
func (o *RecordingContributorsInner) GetVisibilityOk() (*IntegrationVisibility, bool)
GetVisibilityOk returns a tuple with the Visibility field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RecordingContributorsInner) SetVisibility(v IntegrationVisibility)
SetVisibility sets Visibility field to given value.
func (o *RecordingContributorsInner) GetScopes() []IntegrationScope
GetScopes returns the Scopes field if non-nil, zero value otherwise.
func (o *RecordingContributorsInner) GetScopesOk() (*[]IntegrationScope, bool)
GetScopesOk returns a tuple with the Scopes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RecordingContributorsInner) SetScopes(v []IntegrationScope)
SetScopes sets Scopes field to given value.
func (o *RecordingContributorsInner) GetCategories() []IntegrationCategory
GetCategories returns the Categories field if non-nil, zero value otherwise.
func (o *RecordingContributorsInner) GetCategoriesOk() (*[]IntegrationCategory, bool)
GetCategoriesOk returns a tuple with the Categories field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RecordingContributorsInner) SetCategories(v []IntegrationCategory)
SetCategories sets Categories field to given value.
func (o *RecordingContributorsInner) GetBlocks() []IntegrationBlock
GetBlocks returns the Blocks field if non-nil, zero value otherwise.
func (o *RecordingContributorsInner) GetBlocksOk() (*[]IntegrationBlock, bool)
GetBlocksOk returns a tuple with the Blocks field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RecordingContributorsInner) SetBlocks(v []IntegrationBlock)
SetBlocks sets Blocks field to given value.
func (o *RecordingContributorsInner) HasBlocks() bool
HasBlocks returns a boolean if a field has been set.
func (o *RecordingContributorsInner) GetConfigurations() IntegrationConfigurations
GetConfigurations returns the Configurations field if non-nil, zero value otherwise.
func (o *RecordingContributorsInner) GetConfigurationsOk() (*IntegrationConfigurations, bool)
GetConfigurationsOk returns a tuple with the Configurations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RecordingContributorsInner) SetConfigurations(v IntegrationConfigurations)
SetConfigurations sets Configurations field to given value.
func (o *RecordingContributorsInner) HasConfigurations() bool
HasConfigurations returns a boolean if a field has been set.
func (o *RecordingContributorsInner) GetExternalLinks() []IntegrationExternalLinksInner
GetExternalLinks returns the ExternalLinks field if non-nil, zero value otherwise.
func (o *RecordingContributorsInner) GetExternalLinksOk() (*[]IntegrationExternalLinksInner, bool)
GetExternalLinksOk returns a tuple with the ExternalLinks field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RecordingContributorsInner) SetExternalLinks(v []IntegrationExternalLinksInner)
SetExternalLinks sets ExternalLinks field to given value.
func (o *RecordingContributorsInner) GetUrls() IntegrationUrls
GetUrls returns the Urls field if non-nil, zero value otherwise.
func (o *RecordingContributorsInner) GetUrlsOk() (*IntegrationUrls, bool)
GetUrlsOk returns a tuple with the Urls field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RecordingContributorsInner) SetUrls(v IntegrationUrls)
SetUrls sets Urls field to given value.
func (o *RecordingContributorsInner) GetContentSecurityPolicy() IntegrationContentSecurityPolicy
GetContentSecurityPolicy returns the ContentSecurityPolicy field if non-nil, zero value otherwise.
func (o *RecordingContributorsInner) GetContentSecurityPolicyOk() (*IntegrationContentSecurityPolicy, bool)
GetContentSecurityPolicyOk returns a tuple with the ContentSecurityPolicy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RecordingContributorsInner) SetContentSecurityPolicy(v IntegrationContentSecurityPolicy)
SetContentSecurityPolicy sets ContentSecurityPolicy field to given value.
func (o *RecordingContributorsInner) HasContentSecurityPolicy() bool
HasContentSecurityPolicy returns a boolean if a field has been set.
func (o *RecordingContributorsInner) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *RecordingContributorsInner) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RecordingContributorsInner) SetId(v string)
SetId sets Id field to given value.
func (o *RecordingContributorsInner) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *RecordingContributorsInner) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RecordingContributorsInner) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *RecordingContributorsInner) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *RecordingContributorsInner) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RecordingContributorsInner) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *RecordingContributorsInner) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *RecordingContributorsInner) GetPhotoURL() string
GetPhotoURL returns the PhotoURL field if non-nil, zero value otherwise.
func (o *RecordingContributorsInner) GetPhotoURLOk() (*string, bool)
GetPhotoURLOk returns a tuple with the PhotoURL field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RecordingContributorsInner) SetPhotoURL(v string)
SetPhotoURL sets PhotoURL field to given value.
func (o *RecordingContributorsInner) HasPhotoURL() bool
HasPhotoURL returns a boolean if a field has been set.