Skip to content

Latest commit

 

History

History
214 lines (119 loc) · 5.63 KB

Http3.md

File metadata and controls

214 lines (119 loc) · 5.63 KB

HTTP3

Properties

Name Type Description Notes
ServiceID Pointer to string [optional] [readonly]
Version Pointer to int32 [optional] [readonly]
CreatedAt Pointer to NullableTime Date and time in ISO 8601 format. [optional] [readonly]
DeletedAt Pointer to NullableTime Date and time in ISO 8601 format. [optional] [readonly]
UpdatedAt Pointer to NullableTime Date and time in ISO 8601 format. [optional] [readonly]
FeatureRevision Pointer to int32 Revision number of the HTTP/3 feature implementation. Defaults to the most recent revision. [optional]

Methods

NewHTTP3

func NewHTTP3() *HTTP3

NewHTTP3 instantiates a new HTTP3 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

NewHTTP3WithDefaults

func NewHTTP3WithDefaults() *HTTP3

NewHTTP3WithDefaults instantiates a new HTTP3 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

GetServiceID

func (o *HTTP3) GetServiceID() string

GetServiceID returns the ServiceID field if non-nil, zero value otherwise.

GetServiceIDOk

func (o *HTTP3) GetServiceIDOk() (*string, bool)

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

SetServiceID

func (o *HTTP3) SetServiceID(v string)

SetServiceID sets ServiceID field to given value.

HasServiceID

func (o *HTTP3) HasServiceID() bool

HasServiceID returns a boolean if a field has been set.

GetVersion

func (o *HTTP3) GetVersion() int32

GetVersion returns the Version field if non-nil, zero value otherwise.

GetVersionOk

func (o *HTTP3) GetVersionOk() (*int32, 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.

SetVersion

func (o *HTTP3) SetVersion(v int32)

SetVersion sets Version field to given value.

HasVersion

func (o *HTTP3) HasVersion() bool

HasVersion returns a boolean if a field has been set.

GetCreatedAt

func (o *HTTP3) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.

GetCreatedAtOk

func (o *HTTP3) GetCreatedAtOk() (*time.Time, bool)

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

SetCreatedAt

func (o *HTTP3) SetCreatedAt(v time.Time)

SetCreatedAt sets CreatedAt field to given value.

HasCreatedAt

func (o *HTTP3) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

SetCreatedAtNil

func (o *HTTP3) SetCreatedAtNil(b bool)

SetCreatedAtNil sets the value for CreatedAt to be an explicit nil

UnsetCreatedAt

func (o *HTTP3) UnsetCreatedAt()

UnsetCreatedAt ensures that no value is present for CreatedAt, not even an explicit nil

GetDeletedAt

func (o *HTTP3) GetDeletedAt() time.Time

GetDeletedAt returns the DeletedAt field if non-nil, zero value otherwise.

GetDeletedAtOk

func (o *HTTP3) GetDeletedAtOk() (*time.Time, bool)

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

SetDeletedAt

func (o *HTTP3) SetDeletedAt(v time.Time)

SetDeletedAt sets DeletedAt field to given value.

HasDeletedAt

func (o *HTTP3) HasDeletedAt() bool

HasDeletedAt returns a boolean if a field has been set.

SetDeletedAtNil

func (o *HTTP3) SetDeletedAtNil(b bool)

SetDeletedAtNil sets the value for DeletedAt to be an explicit nil

UnsetDeletedAt

func (o *HTTP3) UnsetDeletedAt()

UnsetDeletedAt ensures that no value is present for DeletedAt, not even an explicit nil

GetUpdatedAt

func (o *HTTP3) GetUpdatedAt() time.Time

GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.

GetUpdatedAtOk

func (o *HTTP3) GetUpdatedAtOk() (*time.Time, bool)

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

SetUpdatedAt

func (o *HTTP3) SetUpdatedAt(v time.Time)

SetUpdatedAt sets UpdatedAt field to given value.

HasUpdatedAt

func (o *HTTP3) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

SetUpdatedAtNil

func (o *HTTP3) SetUpdatedAtNil(b bool)

SetUpdatedAtNil sets the value for UpdatedAt to be an explicit nil

UnsetUpdatedAt

func (o *HTTP3) UnsetUpdatedAt()

UnsetUpdatedAt ensures that no value is present for UpdatedAt, not even an explicit nil

GetFeatureRevision

func (o *HTTP3) GetFeatureRevision() int32

GetFeatureRevision returns the FeatureRevision field if non-nil, zero value otherwise.

GetFeatureRevisionOk

func (o *HTTP3) GetFeatureRevisionOk() (*int32, bool)

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

SetFeatureRevision

func (o *HTTP3) SetFeatureRevision(v int32)

SetFeatureRevision sets FeatureRevision field to given value.

HasFeatureRevision

func (o *HTTP3) HasFeatureRevision() bool

HasFeatureRevision returns a boolean if a field has been set.

Back to API list | Back to README