Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.16 KB

UrlPost.md

File metadata and controls

134 lines (73 loc) · 3.16 KB

UrlPost

Properties

Name Type Description Notes
Kind Pointer to string [optional]
Url Pointer to string [optional]
Substring Pointer to string [optional]
Pattern Pointer to string [optional]

Methods

NewUrlPost

func NewUrlPost() *UrlPost

NewUrlPost instantiates a new UrlPost 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

NewUrlPostWithDefaults

func NewUrlPostWithDefaults() *UrlPost

NewUrlPostWithDefaults instantiates a new UrlPost 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

GetKind

func (o *UrlPost) GetKind() string

GetKind returns the Kind field if non-nil, zero value otherwise.

GetKindOk

func (o *UrlPost) GetKindOk() (*string, bool)

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

SetKind

func (o *UrlPost) SetKind(v string)

SetKind sets Kind field to given value.

HasKind

func (o *UrlPost) HasKind() bool

HasKind returns a boolean if a field has been set.

GetUrl

func (o *UrlPost) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

func (o *UrlPost) GetUrlOk() (*string, bool)

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

SetUrl

func (o *UrlPost) SetUrl(v string)

SetUrl sets Url field to given value.

HasUrl

func (o *UrlPost) HasUrl() bool

HasUrl returns a boolean if a field has been set.

GetSubstring

func (o *UrlPost) GetSubstring() string

GetSubstring returns the Substring field if non-nil, zero value otherwise.

GetSubstringOk

func (o *UrlPost) GetSubstringOk() (*string, bool)

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

SetSubstring

func (o *UrlPost) SetSubstring(v string)

SetSubstring sets Substring field to given value.

HasSubstring

func (o *UrlPost) HasSubstring() bool

HasSubstring returns a boolean if a field has been set.

GetPattern

func (o *UrlPost) GetPattern() string

GetPattern returns the Pattern field if non-nil, zero value otherwise.

GetPatternOk

func (o *UrlPost) GetPatternOk() (*string, bool)

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

SetPattern

func (o *UrlPost) SetPattern(v string)

SetPattern sets Pattern field to given value.

HasPattern

func (o *UrlPost) HasPattern() bool

HasPattern returns a boolean if a field has been set.

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