# SharedWith

# Properties

Name Type Description Notes
Id Pointer to string [optional]
ReceiverId Pointer to string [optional]
Name Pointer to NullableString [optional]
ContactNumber Pointer to NullableString [optional]
ProfileUrl Pointer to NullableString [optional]
ExpiresAtUtc Pointer to NullableTime [optional]

# Methods

# NewSharedWith

func NewSharedWith() *SharedWith

NewSharedWith instantiates a new SharedWith 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

# NewSharedWithWithDefaults

func NewSharedWithWithDefaults() *SharedWith

NewSharedWithWithDefaults instantiates a new SharedWith 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

# GetId

func (o *SharedWith) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

# GetIdOk

func (o *SharedWith) 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.

# SetId

func (o *SharedWith) SetId(v string)

SetId sets Id field to given value.

# HasId

func (o *SharedWith) HasId() bool

HasId returns a boolean if a field has been set.

# GetReceiverId

func (o *SharedWith) GetReceiverId() string

GetReceiverId returns the ReceiverId field if non-nil, zero value otherwise.

# GetReceiverIdOk

func (o *SharedWith) GetReceiverIdOk() (*string, bool)

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

# SetReceiverId

func (o *SharedWith) SetReceiverId(v string)

SetReceiverId sets ReceiverId field to given value.

# HasReceiverId

func (o *SharedWith) HasReceiverId() bool

HasReceiverId returns a boolean if a field has been set.

# GetName

func (o *SharedWith) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

# GetNameOk

func (o *SharedWith) 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.

# SetName

func (o *SharedWith) SetName(v string)

SetName sets Name field to given value.

# HasName

func (o *SharedWith) HasName() bool

HasName returns a boolean if a field has been set.

# SetNameNil

func (o *SharedWith) SetNameNil(b bool)

SetNameNil sets the value for Name to be an explicit nil

# UnsetName

func (o *SharedWith) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

# GetContactNumber

func (o *SharedWith) GetContactNumber() string

GetContactNumber returns the ContactNumber field if non-nil, zero value otherwise.

# GetContactNumberOk

func (o *SharedWith) GetContactNumberOk() (*string, bool)

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

# SetContactNumber

func (o *SharedWith) SetContactNumber(v string)

SetContactNumber sets ContactNumber field to given value.

# HasContactNumber

func (o *SharedWith) HasContactNumber() bool

HasContactNumber returns a boolean if a field has been set.

# SetContactNumberNil

func (o *SharedWith) SetContactNumberNil(b bool)

SetContactNumberNil sets the value for ContactNumber to be an explicit nil

# UnsetContactNumber

func (o *SharedWith) UnsetContactNumber()

UnsetContactNumber ensures that no value is present for ContactNumber, not even an explicit nil

# GetProfileUrl

func (o *SharedWith) GetProfileUrl() string

GetProfileUrl returns the ProfileUrl field if non-nil, zero value otherwise.

# GetProfileUrlOk

func (o *SharedWith) GetProfileUrlOk() (*string, bool)

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

# SetProfileUrl

func (o *SharedWith) SetProfileUrl(v string)

SetProfileUrl sets ProfileUrl field to given value.

# HasProfileUrl

func (o *SharedWith) HasProfileUrl() bool

HasProfileUrl returns a boolean if a field has been set.

# SetProfileUrlNil

func (o *SharedWith) SetProfileUrlNil(b bool)

SetProfileUrlNil sets the value for ProfileUrl to be an explicit nil

# UnsetProfileUrl

func (o *SharedWith) UnsetProfileUrl()

UnsetProfileUrl ensures that no value is present for ProfileUrl, not even an explicit nil

# GetExpiresAtUtc

func (o *SharedWith) GetExpiresAtUtc() time.Time

GetExpiresAtUtc returns the ExpiresAtUtc field if non-nil, zero value otherwise.

# GetExpiresAtUtcOk

func (o *SharedWith) GetExpiresAtUtcOk() (*time.Time, bool)

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

# SetExpiresAtUtc

func (o *SharedWith) SetExpiresAtUtc(v time.Time)

SetExpiresAtUtc sets ExpiresAtUtc field to given value.

# HasExpiresAtUtc

func (o *SharedWith) HasExpiresAtUtc() bool

HasExpiresAtUtc returns a boolean if a field has been set.

# SetExpiresAtUtcNil

func (o *SharedWith) SetExpiresAtUtcNil(b bool)

SetExpiresAtUtcNil sets the value for ExpiresAtUtc to be an explicit nil

# UnsetExpiresAtUtc

func (o *SharedWith) UnsetExpiresAtUtc()

UnsetExpiresAtUtc ensures that no value is present for ExpiresAtUtc, not even an explicit nil

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

Last Updated: 6/19/2022, 7:27:56 PM