| Name | Type | Description | Notes |
|---|---|---|---|
| Type | string | ||
| ComponentIdentifier | string | ||
| QueryTime | Pointer to int32 | Date/time representation in milliseconds since epoch (1970-01-01 00:00:00) | [optional] |
func NewComponentViewArguments(type_ string, componentIdentifier string, ) *ComponentViewArguments
NewComponentViewArguments instantiates a new ComponentViewArguments 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 NewComponentViewArgumentsWithDefaults() *ComponentViewArguments
NewComponentViewArgumentsWithDefaults instantiates a new ComponentViewArguments 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 *ComponentViewArguments) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ComponentViewArguments) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComponentViewArguments) SetType(v string)
SetType sets Type field to given value.
func (o *ComponentViewArguments) GetComponentIdentifier() string
GetComponentIdentifier returns the ComponentIdentifier field if non-nil, zero value otherwise.
func (o *ComponentViewArguments) GetComponentIdentifierOk() (*string, bool)
GetComponentIdentifierOk returns a tuple with the ComponentIdentifier field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComponentViewArguments) SetComponentIdentifier(v string)
SetComponentIdentifier sets ComponentIdentifier field to given value.
func (o *ComponentViewArguments) GetQueryTime() int32
GetQueryTime returns the QueryTime field if non-nil, zero value otherwise.
func (o *ComponentViewArguments) GetQueryTimeOk() (*int32, bool)
GetQueryTimeOk returns a tuple with the QueryTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComponentViewArguments) SetQueryTime(v int32)
SetQueryTime sets QueryTime field to given value.
func (o *ComponentViewArguments) HasQueryTime() bool
HasQueryTime returns a boolean if a field has been set.