Name | Type | Description | Notes |
---|---|---|---|
Host | string | Hostname of the URL along with the port number if required. | |
Pathname | string | Path of the URL prefixed with a `/`. | |
Query | Pointer to map[string]ContentKitWebFrameDataValue | [optional] |
func NewContentKitLinkTargetUrl(host string, pathname string, ) *ContentKitLinkTargetUrl
NewContentKitLinkTargetUrl instantiates a new ContentKitLinkTargetUrl 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 NewContentKitLinkTargetUrlWithDefaults() *ContentKitLinkTargetUrl
NewContentKitLinkTargetUrlWithDefaults instantiates a new ContentKitLinkTargetUrl 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 *ContentKitLinkTargetUrl) GetHost() string
GetHost returns the Host field if non-nil, zero value otherwise.
func (o *ContentKitLinkTargetUrl) GetHostOk() (*string, bool)
GetHostOk returns a tuple with the Host field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContentKitLinkTargetUrl) SetHost(v string)
SetHost sets Host field to given value.
func (o *ContentKitLinkTargetUrl) GetPathname() string
GetPathname returns the Pathname field if non-nil, zero value otherwise.
func (o *ContentKitLinkTargetUrl) GetPathnameOk() (*string, bool)
GetPathnameOk returns a tuple with the Pathname field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContentKitLinkTargetUrl) SetPathname(v string)
SetPathname sets Pathname field to given value.
func (o *ContentKitLinkTargetUrl) GetQuery() map[string]ContentKitWebFrameDataValue
GetQuery returns the Query field if non-nil, zero value otherwise.
func (o *ContentKitLinkTargetUrl) GetQueryOk() (*map[string]ContentKitWebFrameDataValue, bool)
GetQueryOk returns a tuple with the Query field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContentKitLinkTargetUrl) SetQuery(v map[string]ContentKitWebFrameDataValue)
SetQuery sets Query field to given value.
func (o *ContentKitLinkTargetUrl) HasQuery() bool
HasQuery returns a boolean if a field has been set.