public_client

package
v0.12.75 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 23, 2024 License: Apache-2.0 Imports: 46 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ListPublicDevicesDescriptor added in v0.4.28

type ListPublicDevicesDescriptor struct{}

func GetListPublicDevicesDescriptor added in v0.4.28

func GetListPublicDevicesDescriptor() *ListPublicDevicesDescriptor

func (*ListPublicDevicesDescriptor) GetApiDescriptor added in v0.4.28

func (*ListPublicDevicesDescriptor) GetApiName added in v0.4.28

func (d *ListPublicDevicesDescriptor) GetApiName() string

func (*ListPublicDevicesDescriptor) GetClientMsgReflectHandle added in v0.4.28

func (d *ListPublicDevicesDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*ListPublicDevicesDescriptor) GetFullMethodName added in v0.4.28

func (d *ListPublicDevicesDescriptor) GetFullMethodName() string

func (*ListPublicDevicesDescriptor) GetMethodName added in v0.4.28

func (d *ListPublicDevicesDescriptor) GetMethodName() string

func (*ListPublicDevicesDescriptor) GetProtoPkgName added in v0.4.28

func (d *ListPublicDevicesDescriptor) GetProtoPkgName() string

func (*ListPublicDevicesDescriptor) GetResourceDescriptor added in v0.4.30

func (d *ListPublicDevicesDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*ListPublicDevicesDescriptor) GetServerMsgReflectHandle added in v0.4.28

func (d *ListPublicDevicesDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*ListPublicDevicesDescriptor) GetServiceDomain added in v0.4.28

func (d *ListPublicDevicesDescriptor) GetServiceDomain() string

func (*ListPublicDevicesDescriptor) GetServiceVersion added in v0.4.28

func (d *ListPublicDevicesDescriptor) GetServiceVersion() string

func (*ListPublicDevicesDescriptor) GetVerb added in v0.4.28

func (d *ListPublicDevicesDescriptor) GetVerb() string

func (*ListPublicDevicesDescriptor) HasResource added in v0.4.30

func (d *ListPublicDevicesDescriptor) HasResource() bool

func (*ListPublicDevicesDescriptor) IsClientStream added in v0.4.28

func (d *ListPublicDevicesDescriptor) IsClientStream() bool

func (*ListPublicDevicesDescriptor) IsCollection added in v0.4.30

func (d *ListPublicDevicesDescriptor) IsCollection() bool

func (*ListPublicDevicesDescriptor) IsPlural added in v0.4.30

func (d *ListPublicDevicesDescriptor) IsPlural() bool

func (*ListPublicDevicesDescriptor) IsServerStream added in v0.4.28

func (d *ListPublicDevicesDescriptor) IsServerStream() bool

func (*ListPublicDevicesDescriptor) IsUnary added in v0.4.28

func (d *ListPublicDevicesDescriptor) IsUnary() bool

func (*ListPublicDevicesDescriptor) NewEmptyClientMsg added in v0.4.28

func (d *ListPublicDevicesDescriptor) NewEmptyClientMsg() proto.Message

func (*ListPublicDevicesDescriptor) NewEmptyServerMsg added in v0.4.28

func (d *ListPublicDevicesDescriptor) NewEmptyServerMsg() proto.Message

func (*ListPublicDevicesDescriptor) RequestHasResourceBody added in v0.4.28

func (d *ListPublicDevicesDescriptor) RequestHasResourceBody() bool

type ListPublicDevicesDescriptorClientMsgHandle added in v0.4.28

type ListPublicDevicesDescriptorClientMsgHandle struct{}

func (*ListPublicDevicesDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*ListPublicDevicesDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*ListPublicDevicesDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type ListPublicDevicesDescriptorServerMsgHandle added in v0.4.28

type ListPublicDevicesDescriptorServerMsgHandle struct{}

func (*ListPublicDevicesDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*ListPublicDevicesDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*ListPublicDevicesDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type ListPublicDevicesRequest

type ListPublicDevicesRequest struct {

	// Name of Device parent
	Parent *device.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer Devices than requested.
	// If unspecified, server will pick an appropriate default.
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty" firestore:"pageSize"`
	// A token identifying a page of results the server should return.
	// Typically, this is the value of
	// [ListDevicesResponse.next_page_token][ntt.devices.v1alpha2.ListDevicesResponse.next_page_token]
	PageToken *device.PagerCursor `` /* 133-byte string literal not displayed */
	// Order By -
	// https://cloud.google.com/apis/design/design_patterns#list_pagination list
	// of field path with order directive, either 'asc' or 'desc'. If direction is
	// not provided, 'asc' is assumed. e.g. "state.nested_field asc,
	// state.something.else desc, theme"
	OrderBy *device.OrderBy `protobuf:"bytes,4,opt,customtype=OrderBy,name=order_by,json=orderBy,proto3" json:"order_by,omitempty" firestore:"orderBy"`
	// Filter - filter results by field criteria. Simplified SQL-like syntax with
	// following operators:
	// <=, >=, =, !=, <, >, LIKE, CONTAINS (aliases CONTAIN, HAS, HAVE), IN, IS
	// [NOT] NULL | NaN . Combine conditions with OR | AND example: 'meta.labels
	// CONTAINS "severity:important" OR (state.last_error_time >
	// "2018-11-15T10:00:00Z" AND state.status = "ERROR")'
	Filter *device.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty" firestore:"filter"`
	// A list of extra fields to be requested on top of those defined by request
	// field View.
	FieldMask *device.Device_FieldMask `` /* 138-byte string literal not displayed */
	// View defines list of standard response fields present in response items.
	// Additional fields can be amended by request field field_mask
	View view.View `protobuf:"varint,7,opt,name=view,proto3,enum=goten.view.View" json:"view,omitempty" firestore:"view"`
	// contains filtered or unexported fields
}

Request message for method [ListPublicDevices][ntt.devices.v1alpha2.ListPublicDevices]

func (*ListPublicDevicesRequest) Clone

func (*ListPublicDevicesRequest) CloneRaw

func (*ListPublicDevicesRequest) Descriptor

func (*ListPublicDevicesRequest) Descriptor() ([]byte, []int)

Deprecated, Use ListPublicDevicesRequest.ProtoReflect.Descriptor instead.

func (*ListPublicDevicesRequest) GetFieldMask

func (*ListPublicDevicesRequest) GetFilter

func (m *ListPublicDevicesRequest) GetFilter() *device.Filter

func (*ListPublicDevicesRequest) GetOrderBy

func (m *ListPublicDevicesRequest) GetOrderBy() *device.OrderBy

func (*ListPublicDevicesRequest) GetPageSize

func (m *ListPublicDevicesRequest) GetPageSize() int32

func (*ListPublicDevicesRequest) GetPageToken

func (m *ListPublicDevicesRequest) GetPageToken() *device.PagerCursor

func (*ListPublicDevicesRequest) GetParent

func (m *ListPublicDevicesRequest) GetParent() *device.ParentName

func (*ListPublicDevicesRequest) GetView

func (m *ListPublicDevicesRequest) GetView() view.View

func (*ListPublicDevicesRequest) GotenMessage

func (*ListPublicDevicesRequest) GotenMessage()

func (*ListPublicDevicesRequest) GotenObjectExt

func (o *ListPublicDevicesRequest) GotenObjectExt()

func (*ListPublicDevicesRequest) GotenValidate

func (obj *ListPublicDevicesRequest) GotenValidate() error

func (*ListPublicDevicesRequest) MakeDiffFieldMask

func (*ListPublicDevicesRequest) MakeFullFieldMask

func (*ListPublicDevicesRequest) MakeRawDiffFieldMask

func (*ListPublicDevicesRequest) MakeRawFullFieldMask

func (o *ListPublicDevicesRequest) MakeRawFullFieldMask() gotenobject.FieldMask

func (*ListPublicDevicesRequest) Marshal

func (m *ListPublicDevicesRequest) Marshal() ([]byte, error)

func (*ListPublicDevicesRequest) MarshalJSON

func (m *ListPublicDevicesRequest) MarshalJSON() ([]byte, error)

func (*ListPublicDevicesRequest) Merge

func (*ListPublicDevicesRequest) MergeRaw

func (*ListPublicDevicesRequest) ProtoMessage

func (*ListPublicDevicesRequest) ProtoMessage()

func (*ListPublicDevicesRequest) ProtoReflect

func (m *ListPublicDevicesRequest) ProtoReflect() preflect.Message

func (*ListPublicDevicesRequest) Reset

func (m *ListPublicDevicesRequest) Reset()

func (*ListPublicDevicesRequest) SetFieldMask

func (m *ListPublicDevicesRequest) SetFieldMask(fv *device.Device_FieldMask)

func (*ListPublicDevicesRequest) SetFilter

func (m *ListPublicDevicesRequest) SetFilter(fv *device.Filter)

func (*ListPublicDevicesRequest) SetOrderBy

func (m *ListPublicDevicesRequest) SetOrderBy(fv *device.OrderBy)

func (*ListPublicDevicesRequest) SetPageSize

func (m *ListPublicDevicesRequest) SetPageSize(fv int32)

func (*ListPublicDevicesRequest) SetPageToken

func (m *ListPublicDevicesRequest) SetPageToken(fv *device.PagerCursor)

func (*ListPublicDevicesRequest) SetParent

func (m *ListPublicDevicesRequest) SetParent(fv *device.ParentName)

func (*ListPublicDevicesRequest) SetView

func (m *ListPublicDevicesRequest) SetView(fv view.View)

func (*ListPublicDevicesRequest) String

func (m *ListPublicDevicesRequest) String() string

func (*ListPublicDevicesRequest) Unmarshal

func (m *ListPublicDevicesRequest) Unmarshal(b []byte) error

func (*ListPublicDevicesRequest) UnmarshalJSON

func (m *ListPublicDevicesRequest) UnmarshalJSON(data []byte) error

type ListPublicDevicesRequestFieldPathBuilder

type ListPublicDevicesRequestFieldPathBuilder struct{}

func NewListPublicDevicesRequestFieldPathBuilder

func NewListPublicDevicesRequestFieldPathBuilder() ListPublicDevicesRequestFieldPathBuilder

func (ListPublicDevicesRequestFieldPathBuilder) FieldMask

func (ListPublicDevicesRequestFieldPathBuilder) Filter

func (ListPublicDevicesRequestFieldPathBuilder) OrderBy

func (ListPublicDevicesRequestFieldPathBuilder) PageSize

func (ListPublicDevicesRequestFieldPathBuilder) PageToken

func (ListPublicDevicesRequestFieldPathBuilder) Parent

func (ListPublicDevicesRequestFieldPathBuilder) View

type ListPublicDevicesRequestPathSelectorFieldMask

type ListPublicDevicesRequestPathSelectorFieldMask struct{}

func (ListPublicDevicesRequestPathSelectorFieldMask) FieldPath

func (ListPublicDevicesRequestPathSelectorFieldMask) WithArrayOfValues

func (ListPublicDevicesRequestPathSelectorFieldMask) WithValue

type ListPublicDevicesRequestPathSelectorFilter

type ListPublicDevicesRequestPathSelectorFilter struct{}

func (ListPublicDevicesRequestPathSelectorFilter) FieldPath

func (ListPublicDevicesRequestPathSelectorFilter) WithArrayOfValues

func (ListPublicDevicesRequestPathSelectorFilter) WithValue

type ListPublicDevicesRequestPathSelectorOrderBy

type ListPublicDevicesRequestPathSelectorOrderBy struct{}

func (ListPublicDevicesRequestPathSelectorOrderBy) FieldPath

func (ListPublicDevicesRequestPathSelectorOrderBy) WithArrayOfValues

func (ListPublicDevicesRequestPathSelectorOrderBy) WithValue

type ListPublicDevicesRequestPathSelectorPageSize

type ListPublicDevicesRequestPathSelectorPageSize struct{}

func (ListPublicDevicesRequestPathSelectorPageSize) FieldPath

func (ListPublicDevicesRequestPathSelectorPageSize) WithArrayOfValues

func (ListPublicDevicesRequestPathSelectorPageSize) WithValue

type ListPublicDevicesRequestPathSelectorPageToken

type ListPublicDevicesRequestPathSelectorPageToken struct{}

func (ListPublicDevicesRequestPathSelectorPageToken) FieldPath

func (ListPublicDevicesRequestPathSelectorPageToken) WithArrayOfValues

func (ListPublicDevicesRequestPathSelectorPageToken) WithValue

type ListPublicDevicesRequestPathSelectorParent

type ListPublicDevicesRequestPathSelectorParent struct{}

func (ListPublicDevicesRequestPathSelectorParent) FieldPath

func (ListPublicDevicesRequestPathSelectorParent) WithArrayOfValues

func (ListPublicDevicesRequestPathSelectorParent) WithValue

type ListPublicDevicesRequestPathSelectorView

type ListPublicDevicesRequestPathSelectorView struct{}

func (ListPublicDevicesRequestPathSelectorView) FieldPath

func (ListPublicDevicesRequestPathSelectorView) WithArrayOfValues

func (ListPublicDevicesRequestPathSelectorView) WithValue

type ListPublicDevicesRequest_FieldMask

type ListPublicDevicesRequest_FieldMask struct {
	Paths []ListPublicDevicesRequest_FieldPath
}

func FullListPublicDevicesRequest_FieldMask

func FullListPublicDevicesRequest_FieldMask() *ListPublicDevicesRequest_FieldMask

func (*ListPublicDevicesRequest_FieldMask) AppendPath

func (*ListPublicDevicesRequest_FieldMask) AppendRawPath

func (fieldMask *ListPublicDevicesRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*ListPublicDevicesRequest_FieldMask) DecodeFirestore

func (fieldMask *ListPublicDevicesRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*ListPublicDevicesRequest_FieldMask) EncodeFirestore

func (fieldMask *ListPublicDevicesRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*ListPublicDevicesRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ListPublicDevicesRequest_FieldMask) FromProtoFieldMask

func (fieldMask *ListPublicDevicesRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*ListPublicDevicesRequest_FieldMask) GetPaths

func (*ListPublicDevicesRequest_FieldMask) GetRawPaths

func (fieldMask *ListPublicDevicesRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*ListPublicDevicesRequest_FieldMask) IsFull

func (fieldMask *ListPublicDevicesRequest_FieldMask) IsFull() bool

func (ListPublicDevicesRequest_FieldMask) Marshal

func (fieldMask ListPublicDevicesRequest_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (ListPublicDevicesRequest_FieldMask) MarshalJSON

func (fieldMask ListPublicDevicesRequest_FieldMask) MarshalJSON() ([]byte, error)

func (*ListPublicDevicesRequest_FieldMask) PathsCount

func (fieldMask *ListPublicDevicesRequest_FieldMask) PathsCount() int

func (*ListPublicDevicesRequest_FieldMask) Project

func (*ListPublicDevicesRequest_FieldMask) ProjectRaw

func (*ListPublicDevicesRequest_FieldMask) ProtoMessage

func (fieldMask *ListPublicDevicesRequest_FieldMask) ProtoMessage()

func (*ListPublicDevicesRequest_FieldMask) ProtoReflect

func (fieldMask *ListPublicDevicesRequest_FieldMask) ProtoReflect() preflect.Message

func (*ListPublicDevicesRequest_FieldMask) Reset

func (fieldMask *ListPublicDevicesRequest_FieldMask) Reset()

func (*ListPublicDevicesRequest_FieldMask) Set

func (fieldMask *ListPublicDevicesRequest_FieldMask) Set(target, source *ListPublicDevicesRequest)

func (*ListPublicDevicesRequest_FieldMask) SetFromCliFlag

func (fieldMask *ListPublicDevicesRequest_FieldMask) SetFromCliFlag(raw string) error

func (*ListPublicDevicesRequest_FieldMask) SetRaw

func (fieldMask *ListPublicDevicesRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*ListPublicDevicesRequest_FieldMask) Size

func (fieldMask *ListPublicDevicesRequest_FieldMask) Size() int

func (*ListPublicDevicesRequest_FieldMask) String

func (fieldMask *ListPublicDevicesRequest_FieldMask) String() string

func (*ListPublicDevicesRequest_FieldMask) Subtract

func (*ListPublicDevicesRequest_FieldMask) SubtractRaw

func (*ListPublicDevicesRequest_FieldMask) ToProtoFieldMask

func (fieldMask *ListPublicDevicesRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*ListPublicDevicesRequest_FieldMask) Unmarshal

func (fieldMask *ListPublicDevicesRequest_FieldMask) Unmarshal(data []byte) error

func (*ListPublicDevicesRequest_FieldMask) UnmarshalJSON

func (fieldMask *ListPublicDevicesRequest_FieldMask) UnmarshalJSON(data []byte) error

type ListPublicDevicesRequest_FieldPath

type ListPublicDevicesRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() ListPublicDevicesRequest_FieldPathSelector
	Get(source *ListPublicDevicesRequest) []interface{}
	GetSingle(source *ListPublicDevicesRequest) (interface{}, bool)
	ClearValue(item *ListPublicDevicesRequest)

	// Those methods build corresponding ListPublicDevicesRequest_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) ListPublicDevicesRequest_FieldPathValue
	WithIArrayOfValues(values interface{}) ListPublicDevicesRequest_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) ListPublicDevicesRequest_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseListPublicDevicesRequest_FieldPath

func MustParseListPublicDevicesRequest_FieldPath(rawField string) ListPublicDevicesRequest_FieldPath

func ParseListPublicDevicesRequest_FieldPath

func ParseListPublicDevicesRequest_FieldPath(rawField string) (ListPublicDevicesRequest_FieldPath, error)

type ListPublicDevicesRequest_FieldPathArrayItemValue

type ListPublicDevicesRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ListPublicDevicesRequest_FieldPath
	ContainsValue(*ListPublicDevicesRequest) bool
}

ListPublicDevicesRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for ListPublicDevicesRequest according to their type Present only for array (repeated) types.

func MustParseListPublicDevicesRequest_FieldPathArrayItemValue

func MustParseListPublicDevicesRequest_FieldPathArrayItemValue(pathStr, valueStr string) ListPublicDevicesRequest_FieldPathArrayItemValue

func ParseListPublicDevicesRequest_FieldPathArrayItemValue

func ParseListPublicDevicesRequest_FieldPathArrayItemValue(pathStr, valueStr string) (ListPublicDevicesRequest_FieldPathArrayItemValue, error)

ParseListPublicDevicesRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ListPublicDevicesRequest_FieldPathArrayOfValues

type ListPublicDevicesRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ListPublicDevicesRequest_FieldPath
}

ListPublicDevicesRequest_FieldPathArrayOfValues allows storing slice of values for ListPublicDevicesRequest fields according to their type

func MustParseListPublicDevicesRequest_FieldPathArrayOfValues

func MustParseListPublicDevicesRequest_FieldPathArrayOfValues(pathStr, valuesStr string) ListPublicDevicesRequest_FieldPathArrayOfValues

func ParseListPublicDevicesRequest_FieldPathArrayOfValues

func ParseListPublicDevicesRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (ListPublicDevicesRequest_FieldPathArrayOfValues, error)

type ListPublicDevicesRequest_FieldPathSelector

type ListPublicDevicesRequest_FieldPathSelector int32
const (
	ListPublicDevicesRequest_FieldPathSelectorParent    ListPublicDevicesRequest_FieldPathSelector = 0
	ListPublicDevicesRequest_FieldPathSelectorPageSize  ListPublicDevicesRequest_FieldPathSelector = 1
	ListPublicDevicesRequest_FieldPathSelectorPageToken ListPublicDevicesRequest_FieldPathSelector = 2
	ListPublicDevicesRequest_FieldPathSelectorOrderBy   ListPublicDevicesRequest_FieldPathSelector = 3
	ListPublicDevicesRequest_FieldPathSelectorFilter    ListPublicDevicesRequest_FieldPathSelector = 4
	ListPublicDevicesRequest_FieldPathSelectorFieldMask ListPublicDevicesRequest_FieldPathSelector = 5
	ListPublicDevicesRequest_FieldPathSelectorView      ListPublicDevicesRequest_FieldPathSelector = 6
)

func (ListPublicDevicesRequest_FieldPathSelector) String

type ListPublicDevicesRequest_FieldPathValue

type ListPublicDevicesRequest_FieldPathValue interface {
	ListPublicDevicesRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ListPublicDevicesRequest)
	CompareWith(*ListPublicDevicesRequest) (cmp int, comparable bool)
}

ListPublicDevicesRequest_FieldPathValue allows storing values for ListPublicDevicesRequest fields according to their type

func MustParseListPublicDevicesRequest_FieldPathValue

func MustParseListPublicDevicesRequest_FieldPathValue(pathStr, valueStr string) ListPublicDevicesRequest_FieldPathValue

func ParseListPublicDevicesRequest_FieldPathValue

func ParseListPublicDevicesRequest_FieldPathValue(pathStr, valueStr string) (ListPublicDevicesRequest_FieldPathValue, error)

type ListPublicDevicesRequest_FieldTerminalPath

type ListPublicDevicesRequest_FieldTerminalPath struct {
	// contains filtered or unexported fields
}

func (*ListPublicDevicesRequest_FieldTerminalPath) ClearValue

func (*ListPublicDevicesRequest_FieldTerminalPath) ClearValueRaw

func (*ListPublicDevicesRequest_FieldTerminalPath) Get

func (fp *ListPublicDevicesRequest_FieldTerminalPath) Get(source *ListPublicDevicesRequest) (values []interface{})

Get returns all values pointed by specific field from source ListPublicDevicesRequest

func (*ListPublicDevicesRequest_FieldTerminalPath) GetDefault

func (fp *ListPublicDevicesRequest_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*ListPublicDevicesRequest_FieldTerminalPath) GetRaw

func (fp *ListPublicDevicesRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*ListPublicDevicesRequest_FieldTerminalPath) GetSingle

func (fp *ListPublicDevicesRequest_FieldTerminalPath) GetSingle(source *ListPublicDevicesRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source ListPublicDevicesRequest

func (*ListPublicDevicesRequest_FieldTerminalPath) GetSingleRaw

func (fp *ListPublicDevicesRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*ListPublicDevicesRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListPublicDevicesRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ListPublicDevicesRequest_FieldTerminalPath) Selector

func (*ListPublicDevicesRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (fp *ListPublicDevicesRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*ListPublicDevicesRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*ListPublicDevicesRequest_FieldTerminalPath) WithIArrayItemValue

func (*ListPublicDevicesRequest_FieldTerminalPath) WithIArrayOfValues

func (*ListPublicDevicesRequest_FieldTerminalPath) WithIValue

func (*ListPublicDevicesRequest_FieldTerminalPath) WithRawIArrayItemValue

func (fp *ListPublicDevicesRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*ListPublicDevicesRequest_FieldTerminalPath) WithRawIArrayOfValues

func (fp *ListPublicDevicesRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*ListPublicDevicesRequest_FieldTerminalPath) WithRawIValue

func (fp *ListPublicDevicesRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type ListPublicDevicesRequest_FieldTerminalPathArrayItemValue

type ListPublicDevicesRequest_FieldTerminalPathArrayItemValue struct {
	ListPublicDevicesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListPublicDevicesRequest_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'ListPublicDevicesRequest'

func (*ListPublicDevicesRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *ListPublicDevicesRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object ListPublicDevicesRequest as interface{}

func (*ListPublicDevicesRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*ListPublicDevicesRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *ListPublicDevicesRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type ListPublicDevicesRequest_FieldTerminalPathArrayOfValues

type ListPublicDevicesRequest_FieldTerminalPathArrayOfValues struct {
	ListPublicDevicesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues

func (fpaov *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues() ([]*device.Filter, bool)

func (*ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues

func (fpaov *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues() ([]*device.OrderBy, bool)

func (*ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues

func (fpaov *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues() ([]int32, bool)

func (*ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues

func (fpaov *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues() ([]*device.PagerCursor, bool)

func (*ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (*ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (fpaov *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)

func (*ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type ListPublicDevicesRequest_FieldTerminalPathValue

type ListPublicDevicesRequest_FieldTerminalPathValue struct {
	ListPublicDevicesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListPublicDevicesRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*ListPublicDevicesRequest_FieldTerminalPathValue) AsFilterValue

func (*ListPublicDevicesRequest_FieldTerminalPathValue) AsOrderByValue

func (*ListPublicDevicesRequest_FieldTerminalPathValue) AsPageSizeValue

func (*ListPublicDevicesRequest_FieldTerminalPathValue) AsPageTokenValue

func (*ListPublicDevicesRequest_FieldTerminalPathValue) AsParentValue

func (*ListPublicDevicesRequest_FieldTerminalPathValue) AsViewValue

func (*ListPublicDevicesRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ListPublicDevicesRequest_FieldTerminalPathValue' with the value under path in 'ListPublicDevicesRequest'.

func (*ListPublicDevicesRequest_FieldTerminalPathValue) CompareWithRaw

func (fpv *ListPublicDevicesRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*ListPublicDevicesRequest_FieldTerminalPathValue) GetRawValue

func (fpv *ListPublicDevicesRequest_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'ListPublicDevicesRequest' as interface{}

func (*ListPublicDevicesRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ListPublicDevicesRequest

func (*ListPublicDevicesRequest_FieldTerminalPathValue) SetToRaw

type ListPublicDevicesResponse

type ListPublicDevicesResponse struct {

	// The list of Devices
	Devices []*device.Device `protobuf:"bytes,1,rep,name=devices,proto3" json:"devices,omitempty" firestore:"devices"`
	// A token to retrieve previous page of results. Pass this value in the
	// [ListDevicesRequest.page_token][ntt.devices.v1alpha2.ListDevicesRequest.page_token]
	PrevPageToken *device.PagerCursor `` /* 151-byte string literal not displayed */
	// A token to retrieve next page of results. Pass this value in the
	// [ListDevicesRequest.page_token][ntt.devices.v1alpha2.ListDevicesRequest.page_token]
	NextPageToken *device.PagerCursor `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

Response message for method [ListPublicDevices][ntt.devices.v1alpha2.ListPublicDevices]

func (*ListPublicDevicesResponse) Clone

func (*ListPublicDevicesResponse) CloneRaw

func (*ListPublicDevicesResponse) Descriptor

func (*ListPublicDevicesResponse) Descriptor() ([]byte, []int)

Deprecated, Use ListPublicDevicesResponse.ProtoReflect.Descriptor instead.

func (*ListPublicDevicesResponse) GetDevices

func (m *ListPublicDevicesResponse) GetDevices() []*device.Device

func (*ListPublicDevicesResponse) GetNextPageToken

func (m *ListPublicDevicesResponse) GetNextPageToken() *device.PagerCursor

func (*ListPublicDevicesResponse) GetPrevPageToken

func (m *ListPublicDevicesResponse) GetPrevPageToken() *device.PagerCursor

func (*ListPublicDevicesResponse) GotenMessage

func (*ListPublicDevicesResponse) GotenMessage()

func (*ListPublicDevicesResponse) GotenObjectExt

func (o *ListPublicDevicesResponse) GotenObjectExt()

func (*ListPublicDevicesResponse) GotenValidate

func (obj *ListPublicDevicesResponse) GotenValidate() error

func (*ListPublicDevicesResponse) MakeDiffFieldMask

func (*ListPublicDevicesResponse) MakeFullFieldMask

func (*ListPublicDevicesResponse) MakeRawDiffFieldMask

func (*ListPublicDevicesResponse) MakeRawFullFieldMask

func (o *ListPublicDevicesResponse) MakeRawFullFieldMask() gotenobject.FieldMask

func (*ListPublicDevicesResponse) Marshal

func (m *ListPublicDevicesResponse) Marshal() ([]byte, error)

func (*ListPublicDevicesResponse) MarshalJSON

func (m *ListPublicDevicesResponse) MarshalJSON() ([]byte, error)

func (*ListPublicDevicesResponse) Merge

func (*ListPublicDevicesResponse) MergeRaw

func (*ListPublicDevicesResponse) ProtoMessage

func (*ListPublicDevicesResponse) ProtoMessage()

func (*ListPublicDevicesResponse) ProtoReflect

func (m *ListPublicDevicesResponse) ProtoReflect() preflect.Message

func (*ListPublicDevicesResponse) Reset

func (m *ListPublicDevicesResponse) Reset()

func (*ListPublicDevicesResponse) SetDevices

func (m *ListPublicDevicesResponse) SetDevices(fv []*device.Device)

func (*ListPublicDevicesResponse) SetNextPageToken

func (m *ListPublicDevicesResponse) SetNextPageToken(fv *device.PagerCursor)

func (*ListPublicDevicesResponse) SetPrevPageToken

func (m *ListPublicDevicesResponse) SetPrevPageToken(fv *device.PagerCursor)

func (*ListPublicDevicesResponse) String

func (m *ListPublicDevicesResponse) String() string

func (*ListPublicDevicesResponse) Unmarshal

func (m *ListPublicDevicesResponse) Unmarshal(b []byte) error

func (*ListPublicDevicesResponse) UnmarshalJSON

func (m *ListPublicDevicesResponse) UnmarshalJSON(data []byte) error

type ListPublicDevicesResponseFieldPathBuilder

type ListPublicDevicesResponseFieldPathBuilder struct{}

func NewListPublicDevicesResponseFieldPathBuilder

func NewListPublicDevicesResponseFieldPathBuilder() ListPublicDevicesResponseFieldPathBuilder

func (ListPublicDevicesResponseFieldPathBuilder) Devices

func (ListPublicDevicesResponseFieldPathBuilder) NextPageToken

func (ListPublicDevicesResponseFieldPathBuilder) PrevPageToken

type ListPublicDevicesResponseMapPathSelectorDevicesMetadataAnnotations

type ListPublicDevicesResponseMapPathSelectorDevicesMetadataAnnotations struct {
	// contains filtered or unexported fields
}

func (ListPublicDevicesResponseMapPathSelectorDevicesMetadataAnnotations) FieldPath

func (ListPublicDevicesResponseMapPathSelectorDevicesMetadataAnnotations) WithArrayOfValues

func (ListPublicDevicesResponseMapPathSelectorDevicesMetadataAnnotations) WithValue

type ListPublicDevicesResponseMapPathSelectorDevicesMetadataLabels

type ListPublicDevicesResponseMapPathSelectorDevicesMetadataLabels struct {
	// contains filtered or unexported fields
}

func (ListPublicDevicesResponseMapPathSelectorDevicesMetadataLabels) FieldPath

func (ListPublicDevicesResponseMapPathSelectorDevicesMetadataLabels) WithArrayOfValues

func (ListPublicDevicesResponseMapPathSelectorDevicesMetadataLabels) WithValue

type ListPublicDevicesResponseMapPathSelectorDevicesMetadataShards

type ListPublicDevicesResponseMapPathSelectorDevicesMetadataShards struct {
	// contains filtered or unexported fields
}

func (ListPublicDevicesResponseMapPathSelectorDevicesMetadataShards) FieldPath

func (ListPublicDevicesResponseMapPathSelectorDevicesMetadataShards) WithArrayOfValues

func (ListPublicDevicesResponseMapPathSelectorDevicesMetadataShards) WithValue

type ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkBonds added in v0.12.69

type ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkBonds struct {
	// contains filtered or unexported fields
}

func (ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkBonds) FieldPath added in v0.12.69

func (ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkBonds) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkBonds) WithValue added in v0.12.69

type ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkBridges added in v0.12.69

type ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkBridges struct {
	// contains filtered or unexported fields
}

func (ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkBridges) FieldPath added in v0.12.69

func (ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkBridges) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkBridges) WithValue added in v0.12.69

type ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkEthernets added in v0.12.69

type ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkEthernets struct {
	// contains filtered or unexported fields
}

func (ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkEthernets) FieldPath added in v0.12.69

func (ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkEthernets) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkEthernets) WithValue added in v0.12.69

type ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkModems added in v0.12.69

type ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkModems struct {
	// contains filtered or unexported fields
}

func (ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkModems) FieldPath added in v0.12.69

func (ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkModems) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkModems) WithValue added in v0.12.69

type ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkTunnels added in v0.12.69

type ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkTunnels struct {
	// contains filtered or unexported fields
}

func (ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkTunnels) FieldPath added in v0.12.69

func (ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkTunnels) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkTunnels) WithValue added in v0.12.69

type ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkVlans added in v0.12.69

type ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkVlans struct {
	// contains filtered or unexported fields
}

func (ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkVlans) FieldPath added in v0.12.69

func (ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkVlans) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkVlans) WithValue added in v0.12.69

type ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkWifis added in v0.12.69

type ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkWifis struct {
	// contains filtered or unexported fields
}

func (ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkWifis) FieldPath added in v0.12.69

func (ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkWifis) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkWifis) WithValue added in v0.12.69

type ListPublicDevicesResponseMapPathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSimStatus added in v0.12.69

type ListPublicDevicesResponseMapPathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSimStatus struct {
	// contains filtered or unexported fields
}

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSimStatus) FieldPath added in v0.12.69

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSimStatus) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSimStatus) WithValue added in v0.12.69

type ListPublicDevicesResponseMapPathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting

type ListPublicDevicesResponseMapPathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting struct {
	// contains filtered or unexported fields
}

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting) FieldPath

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting) WithArrayOfValues

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting) WithValue

type ListPublicDevicesResponseMapPathSelectorDevicesStatusDeviceInfoNetworkInterfaces added in v0.12.69

type ListPublicDevicesResponseMapPathSelectorDevicesStatusDeviceInfoNetworkInterfaces struct {
	// contains filtered or unexported fields
}

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusDeviceInfoNetworkInterfaces) FieldPath added in v0.12.69

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusDeviceInfoNetworkInterfaces) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusDeviceInfoNetworkInterfaces) WithValue added in v0.12.69

type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBonds added in v0.12.70

type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBonds struct {
	// contains filtered or unexported fields
}

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBonds) FieldPath added in v0.12.70

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBonds) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBonds) WithValue added in v0.12.70

type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBridges added in v0.12.70

type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBridges struct {
	// contains filtered or unexported fields
}

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBridges) FieldPath added in v0.12.70

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBridges) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBridges) WithValue added in v0.12.70

type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkEthernets added in v0.12.70

type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkEthernets struct {
	// contains filtered or unexported fields
}

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkEthernets) FieldPath added in v0.12.70

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkEthernets) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkEthernets) WithValue added in v0.12.70

type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkModems added in v0.12.70

type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkModems struct {
	// contains filtered or unexported fields
}

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkModems) FieldPath added in v0.12.70

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkModems) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkModems) WithValue added in v0.12.70

type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkTunnels added in v0.12.70

type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkTunnels struct {
	// contains filtered or unexported fields
}

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkTunnels) FieldPath added in v0.12.70

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkTunnels) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkTunnels) WithValue added in v0.12.70

type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkVlans added in v0.12.70

type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkVlans struct {
	// contains filtered or unexported fields
}

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkVlans) FieldPath added in v0.12.70

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkVlans) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkVlans) WithValue added in v0.12.70

type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkWifis added in v0.12.70

type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkWifis struct {
	// contains filtered or unexported fields
}

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkWifis) FieldPath added in v0.12.70

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkWifis) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkWifis) WithValue added in v0.12.70

type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBonds added in v0.12.70

type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBonds struct {
	// contains filtered or unexported fields
}

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBonds) FieldPath added in v0.12.70

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBonds) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBonds) WithValue added in v0.12.70

type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBridges added in v0.12.70

type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBridges struct {
	// contains filtered or unexported fields
}

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBridges) FieldPath added in v0.12.70

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBridges) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBridges) WithValue added in v0.12.70

type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkEthernets added in v0.12.70

type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkEthernets struct {
	// contains filtered or unexported fields
}

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkEthernets) FieldPath added in v0.12.70

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkEthernets) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkEthernets) WithValue added in v0.12.70

type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkModems added in v0.12.70

type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkModems struct {
	// contains filtered or unexported fields
}

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkModems) FieldPath added in v0.12.70

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkModems) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkModems) WithValue added in v0.12.70

type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkTunnels added in v0.12.70

type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkTunnels struct {
	// contains filtered or unexported fields
}

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkTunnels) FieldPath added in v0.12.70

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkTunnels) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkTunnels) WithValue added in v0.12.70

type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkVlans added in v0.12.70

type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkVlans struct {
	// contains filtered or unexported fields
}

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkVlans) FieldPath added in v0.12.70

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkVlans) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkVlans) WithValue added in v0.12.70

type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkWifis added in v0.12.70

type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkWifis struct {
	// contains filtered or unexported fields
}

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkWifis) FieldPath added in v0.12.70

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkWifis) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkWifis) WithValue added in v0.12.70

type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBonds added in v0.12.70

type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBonds struct {
	// contains filtered or unexported fields
}

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBonds) FieldPath added in v0.12.70

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBonds) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBonds) WithValue added in v0.12.70

type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBridges added in v0.12.70

type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBridges struct {
	// contains filtered or unexported fields
}

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBridges) FieldPath added in v0.12.70

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBridges) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBridges) WithValue added in v0.12.70

type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkEthernets added in v0.12.70

type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkEthernets struct {
	// contains filtered or unexported fields
}

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkEthernets) FieldPath added in v0.12.70

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkEthernets) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkEthernets) WithValue added in v0.12.70

type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkModems added in v0.12.70

type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkModems struct {
	// contains filtered or unexported fields
}

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkModems) FieldPath added in v0.12.70

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkModems) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkModems) WithValue added in v0.12.70

type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkTunnels added in v0.12.70

type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkTunnels struct {
	// contains filtered or unexported fields
}

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkTunnels) FieldPath added in v0.12.70

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkTunnels) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkTunnels) WithValue added in v0.12.70

type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkVlans added in v0.12.70

type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkVlans struct {
	// contains filtered or unexported fields
}

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkVlans) FieldPath added in v0.12.70

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkVlans) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkVlans) WithValue added in v0.12.70

type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkWifis added in v0.12.70

type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkWifis struct {
	// contains filtered or unexported fields
}

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkWifis) FieldPath added in v0.12.70

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkWifis) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkWifis) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevices

type ListPublicDevicesResponsePathSelectorDevices struct{}

func (ListPublicDevicesResponsePathSelectorDevices) DisplayName

func (ListPublicDevicesResponsePathSelectorDevices) FieldPath

func (ListPublicDevicesResponsePathSelectorDevices) Metadata

func (ListPublicDevicesResponsePathSelectorDevices) Name

func (ListPublicDevicesResponsePathSelectorDevices) PublicListingSpec

func (ListPublicDevicesResponsePathSelectorDevices) Spec

func (ListPublicDevicesResponsePathSelectorDevices) Status

func (ListPublicDevicesResponsePathSelectorDevices) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevices) WithItemValue

func (ListPublicDevicesResponsePathSelectorDevices) WithSubArrayItemValue

func (ListPublicDevicesResponsePathSelectorDevices) WithSubArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevices) WithSubPath

func (ListPublicDevicesResponsePathSelectorDevices) WithSubValue

func (ListPublicDevicesResponsePathSelectorDevices) WithValue

type ListPublicDevicesResponsePathSelectorDevicesDisplayName

type ListPublicDevicesResponsePathSelectorDevicesDisplayName struct{}

func (ListPublicDevicesResponsePathSelectorDevicesDisplayName) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesDisplayName) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesDisplayName) WithValue

type ListPublicDevicesResponsePathSelectorDevicesMetadata

type ListPublicDevicesResponsePathSelectorDevicesMetadata struct{}

func (ListPublicDevicesResponsePathSelectorDevicesMetadata) Annotations

func (ListPublicDevicesResponsePathSelectorDevicesMetadata) CreateTime

func (ListPublicDevicesResponsePathSelectorDevicesMetadata) DeleteTime added in v0.8.0

func (ListPublicDevicesResponsePathSelectorDevicesMetadata) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesMetadata) Generation

func (ListPublicDevicesResponsePathSelectorDevicesMetadata) Labels

func (ListPublicDevicesResponsePathSelectorDevicesMetadata) Lifecycle added in v0.8.0

func (ListPublicDevicesResponsePathSelectorDevicesMetadata) Shards

func (ListPublicDevicesResponsePathSelectorDevicesMetadata) Syncing

func (ListPublicDevicesResponsePathSelectorDevicesMetadata) Tags

func (ListPublicDevicesResponsePathSelectorDevicesMetadata) UpdateTime

func (ListPublicDevicesResponsePathSelectorDevicesMetadata) Uuid

func (ListPublicDevicesResponsePathSelectorDevicesMetadata) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesMetadata) WithValue

type ListPublicDevicesResponsePathSelectorDevicesMetadataAnnotations

type ListPublicDevicesResponsePathSelectorDevicesMetadataAnnotations struct{}

func (ListPublicDevicesResponsePathSelectorDevicesMetadataAnnotations) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesMetadataAnnotations) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesMetadataAnnotations) WithKey

func (ListPublicDevicesResponsePathSelectorDevicesMetadataAnnotations) WithValue

type ListPublicDevicesResponsePathSelectorDevicesMetadataCreateTime

type ListPublicDevicesResponsePathSelectorDevicesMetadataCreateTime struct{}

func (ListPublicDevicesResponsePathSelectorDevicesMetadataCreateTime) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesMetadataCreateTime) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesMetadataCreateTime) WithValue

type ListPublicDevicesResponsePathSelectorDevicesMetadataDeleteTime added in v0.8.0

type ListPublicDevicesResponsePathSelectorDevicesMetadataDeleteTime struct{}

func (ListPublicDevicesResponsePathSelectorDevicesMetadataDeleteTime) FieldPath added in v0.8.0

func (ListPublicDevicesResponsePathSelectorDevicesMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (ListPublicDevicesResponsePathSelectorDevicesMetadataDeleteTime) WithValue added in v0.8.0

type ListPublicDevicesResponsePathSelectorDevicesMetadataGeneration

type ListPublicDevicesResponsePathSelectorDevicesMetadataGeneration struct{}

func (ListPublicDevicesResponsePathSelectorDevicesMetadataGeneration) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesMetadataGeneration) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesMetadataGeneration) WithValue

type ListPublicDevicesResponsePathSelectorDevicesMetadataLabels

type ListPublicDevicesResponsePathSelectorDevicesMetadataLabels struct{}

func (ListPublicDevicesResponsePathSelectorDevicesMetadataLabels) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesMetadataLabels) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesMetadataLabels) WithKey

func (ListPublicDevicesResponsePathSelectorDevicesMetadataLabels) WithValue

type ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycle added in v0.8.0

type ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycle struct{}

func (ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycle) BlockDeletion added in v0.8.0

func (ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycle) FieldPath added in v0.8.0

func (ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycle) State added in v0.8.0

func (ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycle) WithValue added in v0.8.0

type ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycleBlockDeletion added in v0.8.0

type ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycleBlockDeletion struct{}

func (ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycleState added in v0.8.0

type ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycleState struct{}

func (ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycleState) FieldPath added in v0.8.0

func (ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycleState) WithValue added in v0.8.0

type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences

type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences struct{}

func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences) Region added in v0.8.0

func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences) Version added in v0.8.0

func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences) WithItemValue

func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences) WithValue

type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesBlockOwnerDeletion

type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesController

type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesController struct{}

func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesController) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesController) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesController) WithValue

type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesKind

type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesKind struct{}

func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesKind) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesKind) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesKind) WithValue

type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesName

type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesName struct{}

func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesName) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesName) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesName) WithValue

type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesRegion added in v0.8.0

type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesRegion struct{}

func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesRequiresOwnerReference struct{}

func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesVersion added in v0.8.0

type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesVersion struct{}

func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type ListPublicDevicesResponsePathSelectorDevicesMetadataResourceVersion

type ListPublicDevicesResponsePathSelectorDevicesMetadataResourceVersion struct{}

func (ListPublicDevicesResponsePathSelectorDevicesMetadataResourceVersion) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesMetadataResourceVersion) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesMetadataResourceVersion) WithValue

type ListPublicDevicesResponsePathSelectorDevicesMetadataShards

type ListPublicDevicesResponsePathSelectorDevicesMetadataShards struct{}

func (ListPublicDevicesResponsePathSelectorDevicesMetadataShards) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesMetadataShards) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesMetadataShards) WithKey

func (ListPublicDevicesResponsePathSelectorDevicesMetadataShards) WithValue

type ListPublicDevicesResponsePathSelectorDevicesMetadataSyncing

type ListPublicDevicesResponsePathSelectorDevicesMetadataSyncing struct{}

func (ListPublicDevicesResponsePathSelectorDevicesMetadataSyncing) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesMetadataSyncing) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesMetadataSyncing) WithValue

type ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingOwningRegion

type ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingOwningRegion struct{}

func (ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingOwningRegion) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingOwningRegion) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingOwningRegion) WithValue

type ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingRegions

type ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingRegions struct{}

func (ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingRegions) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingRegions) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingRegions) WithItemValue

func (ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingRegions) WithValue

type ListPublicDevicesResponsePathSelectorDevicesMetadataTags

type ListPublicDevicesResponsePathSelectorDevicesMetadataTags struct{}

func (ListPublicDevicesResponsePathSelectorDevicesMetadataTags) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesMetadataTags) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesMetadataTags) WithItemValue

func (ListPublicDevicesResponsePathSelectorDevicesMetadataTags) WithValue

type ListPublicDevicesResponsePathSelectorDevicesMetadataUpdateTime

type ListPublicDevicesResponsePathSelectorDevicesMetadataUpdateTime struct{}

func (ListPublicDevicesResponsePathSelectorDevicesMetadataUpdateTime) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesMetadataUpdateTime) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesMetadataUpdateTime) WithValue

type ListPublicDevicesResponsePathSelectorDevicesMetadataUuid

type ListPublicDevicesResponsePathSelectorDevicesMetadataUuid struct{}

func (ListPublicDevicesResponsePathSelectorDevicesMetadataUuid) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesMetadataUuid) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesMetadataUuid) WithValue

type ListPublicDevicesResponsePathSelectorDevicesName

type ListPublicDevicesResponsePathSelectorDevicesName struct{}

func (ListPublicDevicesResponsePathSelectorDevicesName) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesName) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesName) WithValue

type ListPublicDevicesResponsePathSelectorDevicesPublicListingSpec

type ListPublicDevicesResponsePathSelectorDevicesPublicListingSpec struct{}

func (ListPublicDevicesResponsePathSelectorDevicesPublicListingSpec) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesPublicListingSpec) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesPublicListingSpec) WithValue

type ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecEnabled

type ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecEnabled struct{}

func (ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecEnabled) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecEnabled) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecEnabled) WithValue

type ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecFieldMask

type ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecFieldMask struct{}

func (ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecFieldMask) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecFieldMask) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecFieldMask) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpec

type ListPublicDevicesResponsePathSelectorDevicesSpec struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpec) AttestationConfig

func (ListPublicDevicesResponsePathSelectorDevicesSpec) DisableDeviceDiscovery added in v0.4.24

func (ListPublicDevicesResponsePathSelectorDevicesSpec) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpec) Location added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesSpec) LoggingConfig added in v0.6.9

func (ListPublicDevicesResponsePathSelectorDevicesSpec) NetplanApiConfigMode added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesSpec) NetplanConfig added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesSpec) OsImageUrl

func (ListPublicDevicesResponsePathSelectorDevicesSpec) OsVersion

func (ListPublicDevicesResponsePathSelectorDevicesSpec) ProxyConfig added in v0.10.10

func (ListPublicDevicesResponsePathSelectorDevicesSpec) ServiceAccount

func (ListPublicDevicesResponsePathSelectorDevicesSpec) SshConfig

func (ListPublicDevicesResponsePathSelectorDevicesSpec) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpec) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfig

type ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfig struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfig) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfig) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfig) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigAttestationDomain

type ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigAttestationDomain struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigAttestationDomain) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigAttestationDomain) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigAttestationDomain) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigAttestationExpected

type ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigAttestationExpected struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigAttestationExpected) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigAttestationExpected) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigAttestationExpected) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigInsecureUseTpmSimulatorSeed

type ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigInsecureUseTpmSimulatorSeed struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigInsecureUseTpmSimulatorSeed) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigInsecureUseTpmSimulatorSeed) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigInsecureUseTpmSimulatorSeed) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecDisableDeviceDiscovery added in v0.4.24

type ListPublicDevicesResponsePathSelectorDevicesSpecDisableDeviceDiscovery struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecDisableDeviceDiscovery) FieldPath added in v0.4.24

func (ListPublicDevicesResponsePathSelectorDevicesSpecDisableDeviceDiscovery) WithArrayOfValues added in v0.4.24

func (ListPublicDevicesResponsePathSelectorDevicesSpecDisableDeviceDiscovery) WithValue added in v0.4.24

type ListPublicDevicesResponsePathSelectorDevicesSpecLocation added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesSpecLocation struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecLocation) Address added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesSpecLocation) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesSpecLocation) Placement added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesSpecLocation) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesSpecLocation) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesSpecLocationAddress added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesSpecLocationAddress struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecLocationAddress) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesSpecLocationAddress) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesSpecLocationAddress) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesSpecLocationPlacement added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesSpecLocationPlacement struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecLocationPlacement) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesSpecLocationPlacement) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesSpecLocationPlacement) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfig added in v0.6.9

type ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfig struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfig) EnableJournalExport added in v0.6.9

func (ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfig) FieldPath added in v0.6.9

func (ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfig) Priority added in v0.6.9

func (ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfig) Units added in v0.6.9

func (ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfig) WithArrayOfValues added in v0.6.9

func (ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfig) WithValue added in v0.6.9

type ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigEnableJournalExport added in v0.6.9

type ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigEnableJournalExport struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigEnableJournalExport) FieldPath added in v0.6.9

func (ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigEnableJournalExport) WithArrayOfValues added in v0.6.9

func (ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigEnableJournalExport) WithValue added in v0.6.9

type ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigPriority added in v0.6.9

type ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigPriority struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigPriority) FieldPath added in v0.6.9

func (ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigPriority) WithArrayOfValues added in v0.6.9

func (ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigPriority) WithValue added in v0.6.9

type ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigUnits added in v0.6.9

type ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigUnits struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigUnits) FieldPath added in v0.6.9

func (ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigUnits) WithArrayOfValues added in v0.6.9

func (ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigUnits) WithItemValue added in v0.6.9

func (ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigUnits) WithValue added in v0.6.9

type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanApiConfigMode added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanApiConfigMode struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanApiConfigMode) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanApiConfigMode) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanApiConfigMode) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfig added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfig struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfig) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfig) Network added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfig) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfig) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetwork added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetwork struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetwork) Bonds added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetwork) Bridges added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetwork) Ethernets added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetwork) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetwork) Modems added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetwork) Renderer added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetwork) Tunnels added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetwork) Version added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetwork) Vlans added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetwork) Wifis added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetwork) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetwork) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkBonds added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkBonds struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkBonds) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkBonds) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkBonds) WithKey added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkBonds) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkBridges added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkBridges struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkBridges) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkBridges) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkBridges) WithKey added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkBridges) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkEthernets added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkEthernets struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkEthernets) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkEthernets) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkEthernets) WithKey added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkEthernets) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkModems added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkModems struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkModems) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkModems) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkModems) WithKey added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkModems) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkRenderer added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkRenderer struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkRenderer) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkRenderer) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkRenderer) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkTunnels added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkTunnels struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkTunnels) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkTunnels) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkTunnels) WithKey added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkTunnels) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkVersion added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkVersion struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkVersion) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkVersion) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkVersion) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkVlans added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkVlans struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkVlans) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkVlans) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkVlans) WithKey added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkVlans) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkWifis added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkWifis struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkWifis) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkWifis) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkWifis) WithKey added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkWifis) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesSpecOsImageUrl

type ListPublicDevicesResponsePathSelectorDevicesSpecOsImageUrl struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecOsImageUrl) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecOsImageUrl) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecOsImageUrl) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecOsVersion

type ListPublicDevicesResponsePathSelectorDevicesSpecOsVersion struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecOsVersion) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecOsVersion) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecOsVersion) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfig added in v0.10.10

type ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfig struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfig) FieldPath added in v0.10.10

func (ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfig) HttpProxy added in v0.10.10

func (ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfig) HttpsProxy added in v0.10.10

func (ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfig) NoProxy added in v0.10.10

func (ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfig) ProxyInterfaces added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfig) WithArrayOfValues added in v0.10.10

func (ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfig) WithValue added in v0.10.10

type ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigHttpProxy added in v0.10.10

type ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigHttpProxy struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigHttpProxy) FieldPath added in v0.10.10

func (ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigHttpProxy) WithArrayOfValues added in v0.10.10

func (ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigHttpProxy) WithValue added in v0.10.10

type ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigHttpsProxy added in v0.10.10

type ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigHttpsProxy struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigHttpsProxy) FieldPath added in v0.10.10

func (ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigHttpsProxy) WithArrayOfValues added in v0.10.10

func (ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigHttpsProxy) WithValue added in v0.10.10

type ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigNoProxy added in v0.10.10

type ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigNoProxy struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigNoProxy) FieldPath added in v0.10.10

func (ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigNoProxy) WithArrayOfValues added in v0.10.10

func (ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigNoProxy) WithValue added in v0.10.10

type ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigProxyInterfaces added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigProxyInterfaces struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigProxyInterfaces) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigProxyInterfaces) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigProxyInterfaces) WithItemValue added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigProxyInterfaces) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesSpecServiceAccount

type ListPublicDevicesResponsePathSelectorDevicesSpecServiceAccount struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecServiceAccount) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecServiceAccount) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecServiceAccount) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfig

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfig struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfig) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfig) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfig) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshAuthkey

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshAuthkey struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshAuthkey) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshAuthkey) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshAuthkey) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshPassword

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshPassword struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshPassword) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshPassword) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshPassword) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshServer

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshServer struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshServer) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshServer) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshServer) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpAllowList

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpAllowList struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpAllowList) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpAllowList) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpAllowList) WithItemValue

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpAllowList) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpDenyList

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpDenyList struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpDenyList) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpDenyList) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpDenyList) WithItemValue

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpDenyList) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigRejectPeriod

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigRejectPeriod struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigRejectPeriod) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigRejectPeriod) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigRejectPeriod) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) WithItemValue

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedCertAuthority

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedCertAuthority struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedCertAuthority) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedCertAuthority) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedCertAuthority) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedCommand

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedCommand struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedCommand) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedCommand) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedCommand) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedEnvironment

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedEnvironment struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedEnvironment) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedEnvironment) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedEnvironment) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedFrom

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedFrom struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedFrom) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedFrom) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedFrom) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoAgentForwarding

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoAgentForwarding struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoAgentForwarding) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoAgentForwarding) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoAgentForwarding) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoPortForwarding

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoPortForwarding struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoPortForwarding) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoPortForwarding) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoPortForwarding) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoPty

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoPty struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoPty) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoPty) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoPty) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoUserRc

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoUserRc struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoUserRc) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoUserRc) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoUserRc) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoX11Forwarding

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoX11Forwarding struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoX11Forwarding) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoX11Forwarding) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoX11Forwarding) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedPermitopen

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedPermitopen struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedPermitopen) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedPermitopen) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedPermitopen) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedPrincipals

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedPrincipals struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedPrincipals) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedPrincipals) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedPrincipals) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedRestrict

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedRestrict struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedRestrict) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedRestrict) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedRestrict) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedSshaKey

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedSshaKey struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedSshaKey) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedSshaKey) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedSshaKey) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedTunnel

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedTunnel struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedTunnel) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedTunnel) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedTunnel) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatus

type ListPublicDevicesResponsePathSelectorDevicesStatus struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatus) Addresses

func (ListPublicDevicesResponsePathSelectorDevicesStatus) Conditions

func (ListPublicDevicesResponsePathSelectorDevicesStatus) DeviceInfo

func (ListPublicDevicesResponsePathSelectorDevicesStatus) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatus) NetworkConfigState added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatus) NormalizedAddress added in v0.12.73

func (ListPublicDevicesResponsePathSelectorDevicesStatus) ProxyConfigStatus added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatus) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatus) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusAddresses

type ListPublicDevicesResponsePathSelectorDevicesStatusAddresses struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusAddresses) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusAddresses) Type

func (ListPublicDevicesResponsePathSelectorDevicesStatusAddresses) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusAddresses) WithItemValue

func (ListPublicDevicesResponsePathSelectorDevicesStatusAddresses) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusAddressesAddress

type ListPublicDevicesResponsePathSelectorDevicesStatusAddressesAddress struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusAddressesAddress) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusAddressesAddress) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusAddressesAddress) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusAddressesType

type ListPublicDevicesResponsePathSelectorDevicesStatusAddressesType struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusAddressesType) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusAddressesType) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusAddressesType) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatus

type ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatus struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatus) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatus) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatus) WithItemValue

func (ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatus) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusComment

type ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusComment struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusComment) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusComment) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusComment) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusDigestAlg

type ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusDigestAlg struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusDigestAlg) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusDigestAlg) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusDigestAlg) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusDigestHex

type ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusDigestHex struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusDigestHex) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusDigestHex) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusDigestHex) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusIndex

type ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusIndex struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusIndex) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusIndex) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusIndex) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusConditions

type ListPublicDevicesResponsePathSelectorDevicesStatusConditions struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusConditions) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusConditions) Type

func (ListPublicDevicesResponsePathSelectorDevicesStatusConditions) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusConditions) WithItemValue

func (ListPublicDevicesResponsePathSelectorDevicesStatusConditions) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsLastHeartBeatTime

type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsLastHeartBeatTime struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsLastHeartBeatTime) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsLastHeartBeatTime) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsLastHeartBeatTime) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsLastTransitionTime

type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsLastTransitionTime struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsLastTransitionTime) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsLastTransitionTime) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsLastTransitionTime) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsMessage

type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsMessage struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsMessage) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsMessage) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsMessage) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsReason

type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsReason struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsReason) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsReason) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsReason) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsStatus

type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsStatus struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsStatus) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsStatus) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsStatus) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsType

type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsType struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsType) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsType) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsType) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo) ControlPlaneInterfaceInfo added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo) NetworkInterfaces added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoArchitecture

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoArchitecture struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoArchitecture) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoArchitecture) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoArchitecture) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoContainerRuntimeVersion

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoContainerRuntimeVersion struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoContainerRuntimeVersion) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoContainerRuntimeVersion) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoContainerRuntimeVersion) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfo added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfo struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfo) ActiveControlPlaneInterface added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfo) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfo) IsFallback added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfo) UsesProxy added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfo) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfo) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfoActiveControlPlaneInterface added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfoActiveControlPlaneInterface struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfoActiveControlPlaneInterface) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfoActiveControlPlaneInterface) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfoActiveControlPlaneInterface) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfoIsFallback added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfoIsFallback struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfoIsFallback) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfoIsFallback) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfoIsFallback) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfoUsesProxy added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfoUsesProxy struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfoUsesProxy) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfoUsesProxy) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfoUsesProxy) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoDriver

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoDriver struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoDriver) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoDriver) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoDriver) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformation

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformation struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformation) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformation) HailoInfo added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformation) ModemStatus added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformation) NvidiaInfo added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformation) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformation) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBios

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBios struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBios) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosBiosVersion

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosBiosVersion struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosBiosVersion) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosBiosVersion) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosBiosVersion) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosReleaseDate

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosReleaseDate struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosReleaseDate) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosReleaseDate) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosReleaseDate) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosVendor

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosVendor struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosVendor) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosVendor) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosVendor) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlock

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlock struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlock) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksDriveType

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksDriveType struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksDriveType) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksDriveType) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksDriveType) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksModel

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksModel struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksModel) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksModel) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksModel) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksName

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksName struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksName) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksName) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksName) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitions

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitions struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitions) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsMountPoint

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsMountPoint struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsMountPoint) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsMountPoint) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsMountPoint) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsName

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsName struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsName) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsName) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsName) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsSizeBytes

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsSizeBytes struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsSizeBytes) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsSizeBytes) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsSizeBytes) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsType

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsType struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsType) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsType) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsType) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksSerialNumber

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksSerialNumber struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksSerialNumber) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksSerialNumber) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksSerialNumber) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksSizeBytes

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksSizeBytes struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksSizeBytes) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksSizeBytes) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksSizeBytes) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksVendor

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksVendor struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksVendor) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksVendor) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksVendor) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksWwn

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksWwn struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksWwn) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksWwn) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksWwn) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpu

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpu struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpu) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) Clock added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) Driver added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) Latency added in v0.12.11

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfo

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfo struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfo) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfoSizeBytes

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfoSizeBytes struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfoSizeBytes) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfoSizeBytes) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfoSizeBytes) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfoType

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfoType struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfoType) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfoType) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfoType) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilities

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilities struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilities) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilities) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilities) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilitiesDescription

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilitiesDescription struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilitiesDescription) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilitiesDescription) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilitiesDescription) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilitiesName

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilitiesName struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilitiesName) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilitiesName) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilitiesName) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsClock added in v0.12.11

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsClock struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsClock) FieldPath added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsClock) WithArrayOfValues added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsClock) WithValue added in v0.12.11

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsDriver added in v0.12.11

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsDriver struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsDriver) FieldPath added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsDriver) WithArrayOfValues added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsDriver) WithValue added in v0.12.11

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsFrequencyMhz

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsFrequencyMhz struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsFrequencyMhz) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsFrequencyMhz) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsFrequencyMhz) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsLatency added in v0.12.11

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsLatency struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsLatency) FieldPath added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsLatency) WithArrayOfValues added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsLatency) WithValue added in v0.12.11

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsMaxFrequencyMhz

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsMaxFrequencyMhz struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsMaxFrequencyMhz) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsMaxFrequencyMhz) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsMaxFrequencyMhz) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsModel

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsModel struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsModel) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsModel) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsModel) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsName

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsName struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsName) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsName) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsName) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumCores

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumCores struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumCores) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumCores) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumCores) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumEnabledCores

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumEnabledCores struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumEnabledCores) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumEnabledCores) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumEnabledCores) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumThreads

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumThreads struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumThreads) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumThreads) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumThreads) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsSerial

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsSerial struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsSerial) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsSerial) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsSerial) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsVendor

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsVendor struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsVendor) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsVendor) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsVendor) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpu

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpu struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpu) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCards

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCards struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCards) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDevice

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDevice struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDevice) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDevice) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDevice) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceAddress

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceAddress struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceAddress) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceAddress) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceAddress) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceName

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceName struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceName) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceName) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceName) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceProduct

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceProduct struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceProduct) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceProduct) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceProduct) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceSubvendor

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceSubvendor struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceSubvendor) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceSubvendor) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceSubvendor) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceVendor

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceVendor struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceVendor) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceVendor) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceVendor) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsIndex

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsIndex struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsIndex) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsIndex) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsIndex) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfo added in v0.12.11

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfo struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfo) CliVersion added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfo) FieldPath added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfo) Modules added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfo) Status added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfo) WithArrayOfValues added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfo) WithValue added in v0.12.11

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoCliVersion added in v0.12.11

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoCliVersion struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoCliVersion) FieldPath added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoCliVersion) WithArrayOfValues added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoCliVersion) WithValue added in v0.12.11

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModules added in v0.12.11

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModules struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModules) BoardName added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModules) ControlProtoVersion added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModules) DevId added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModules) FieldPath added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModules) FirmwareVersion added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModules) LoggerVersion added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModules) PartNumber added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModules) ProductName added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModules) SerialNumber added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModules) WithArrayOfValues added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModules) WithItemValue added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModules) WithValue added in v0.12.11

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesBoardName added in v0.12.11

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesBoardName struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesBoardName) FieldPath added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesBoardName) WithArrayOfValues added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesBoardName) WithValue added in v0.12.11

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesControlProtoVersion added in v0.12.11

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesControlProtoVersion struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesControlProtoVersion) FieldPath added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesControlProtoVersion) WithArrayOfValues added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesControlProtoVersion) WithValue added in v0.12.11

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesDevId added in v0.12.11

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesDevId struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesDevId) FieldPath added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesDevId) WithArrayOfValues added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesDevId) WithValue added in v0.12.11

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesFirmwareVersion added in v0.12.11

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesFirmwareVersion struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesFirmwareVersion) FieldPath added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesFirmwareVersion) WithArrayOfValues added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesFirmwareVersion) WithValue added in v0.12.11

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesLoggerVersion added in v0.12.11

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesLoggerVersion struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesLoggerVersion) FieldPath added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesLoggerVersion) WithArrayOfValues added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesLoggerVersion) WithValue added in v0.12.11

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesNeuralNetworkCoreClockRate added in v0.12.11

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesNeuralNetworkCoreClockRate struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesNeuralNetworkCoreClockRate) FieldPath added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesNeuralNetworkCoreClockRate) WithArrayOfValues added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesNeuralNetworkCoreClockRate) WithValue added in v0.12.11

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesPartNumber added in v0.12.11

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesPartNumber struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesPartNumber) FieldPath added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesPartNumber) WithArrayOfValues added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesPartNumber) WithValue added in v0.12.11

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesProductName added in v0.12.11

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesProductName struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesProductName) FieldPath added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesProductName) WithArrayOfValues added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesProductName) WithValue added in v0.12.11

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesSerialNumber added in v0.12.11

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesSerialNumber struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesSerialNumber) FieldPath added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesSerialNumber) WithArrayOfValues added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesSerialNumber) WithValue added in v0.12.11

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoStatus added in v0.12.11

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoStatus struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoStatus) FieldPath added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoStatus) WithArrayOfValues added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoStatus) WithValue added in v0.12.11

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfo

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfo struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfo) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemory

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemory struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemory) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryDescription

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryDescription struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryDescription) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryDescription) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryDescription) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksDescription

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksDescription struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksDescription) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksDescription) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksDescription) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksFrequencyHz

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksFrequencyHz struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksFrequencyHz) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksFrequencyHz) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksFrequencyHz) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksProduct

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksProduct struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksProduct) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksProduct) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksProduct) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSerial

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSerial struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSerial) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSerial) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSerial) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSizeBytes

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSizeBytes struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSizeBytes) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSizeBytes) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSizeBytes) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSlot

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSlot struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSlot) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSlot) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSlot) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksVendor

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksVendor struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksVendor) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksVendor) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksVendor) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksWidthBits

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksWidthBits struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksWidthBits) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksWidthBits) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksWidthBits) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemorySizeBytes

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemorySizeBytes struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemorySizeBytes) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemorySizeBytes) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemorySizeBytes) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatus added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatus struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatus) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatus) Modem added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatus) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatus) WithItemValue added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatus) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModem added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModem struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModem) Cdma added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModem) DbusPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModem) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModem) Generic added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModem) Signal added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModem) SimStatus added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModem) ThreeGPp added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModem) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModem) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdma added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdma struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdma) ActivationState added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdma) Esn added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdma) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdma) Meid added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdma) Nid added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdma) Sid added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdma) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdma) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaActivationState added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaActivationState struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaActivationState) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaActivationState) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaActivationState) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaCdma1XRegistrationState added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaCdma1XRegistrationState struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaCdma1XRegistrationState) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaCdma1XRegistrationState) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaCdma1XRegistrationState) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaEsn added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaEsn struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaEsn) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaEsn) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaEsn) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaEvdoRegistrationState added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaEvdoRegistrationState struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaEvdoRegistrationState) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaEvdoRegistrationState) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaEvdoRegistrationState) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaMeid added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaMeid struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaMeid) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaMeid) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaMeid) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaNid added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaNid struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaNid) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaNid) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaNid) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaSid added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaSid struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaSid) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaSid) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaSid) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemDbusPath added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemDbusPath struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemDbusPath) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemDbusPath) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemDbusPath) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) Bearers added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) CurrentBands added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) CurrentModes added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) Device added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) DeviceIdentifier added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) Drivers added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) HardwareRevision added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) Manufacturer added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) Model added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) OwnNumbers added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) Plugin added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) Ports added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) PowerState added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) PrimaryPort added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) PrimarySimSlot added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) Revision added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) SignalQuality added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) Sim added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) SimSlots added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) State added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) StateFailedReason added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) SupportedBands added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) SupportedModes added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) UnlockRequired added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) UnlockRetries added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericAccessTechnologies added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericAccessTechnologies struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericAccessTechnologies) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericAccessTechnologies) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericAccessTechnologies) WithItemValue added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericAccessTechnologies) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericBearers added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericBearers struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericBearers) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericBearers) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericBearers) WithItemValue added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericBearers) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCarrierConfiguration added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCarrierConfiguration struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCarrierConfiguration) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCarrierConfiguration) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCarrierConfiguration) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCarrierConfigurationRevision added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCarrierConfigurationRevision struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCarrierConfigurationRevision) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCarrierConfigurationRevision) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCarrierConfigurationRevision) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCurrentBands added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCurrentBands struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCurrentBands) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCurrentBands) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCurrentBands) WithItemValue added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCurrentBands) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCurrentCapabilities added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCurrentCapabilities struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCurrentCapabilities) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCurrentCapabilities) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCurrentCapabilities) WithItemValue added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCurrentCapabilities) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCurrentModes added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCurrentModes struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCurrentModes) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCurrentModes) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCurrentModes) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericDevice added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericDevice struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericDevice) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericDevice) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericDevice) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericDeviceIdentifier added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericDeviceIdentifier struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericDeviceIdentifier) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericDeviceIdentifier) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericDeviceIdentifier) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericDrivers added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericDrivers struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericDrivers) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericDrivers) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericDrivers) WithItemValue added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericDrivers) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericEquipmentIdentifier added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericEquipmentIdentifier struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericEquipmentIdentifier) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericEquipmentIdentifier) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericEquipmentIdentifier) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericHardwareRevision added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericHardwareRevision struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericHardwareRevision) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericHardwareRevision) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericHardwareRevision) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericManufacturer added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericManufacturer struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericManufacturer) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericManufacturer) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericManufacturer) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericModel added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericModel struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericModel) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericModel) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericModel) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericOwnNumbers added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericOwnNumbers struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericOwnNumbers) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericOwnNumbers) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericOwnNumbers) WithItemValue added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericOwnNumbers) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPlugin added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPlugin struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPlugin) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPlugin) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPlugin) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPorts added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPorts struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPorts) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPorts) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPorts) WithItemValue added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPorts) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPowerState added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPowerState struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPowerState) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPowerState) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPowerState) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPrimaryPort added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPrimaryPort struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPrimaryPort) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPrimaryPort) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPrimaryPort) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPrimarySimSlot added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPrimarySimSlot struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPrimarySimSlot) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPrimarySimSlot) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPrimarySimSlot) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericRevision added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericRevision struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericRevision) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericRevision) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericRevision) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSignalQuality added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSignalQuality struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSignalQuality) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSignalQuality) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSignalQuality) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSignalQualityRecent added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSignalQualityRecent struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSignalQualityRecent) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSignalQualityRecent) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSignalQualityRecent) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSignalQualityValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSignalQualityValue struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSignalQualityValue) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSignalQualityValue) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSignalQualityValue) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSim added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSim struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSim) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSim) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSim) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSimSlots added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSimSlots struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSimSlots) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSimSlots) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSimSlots) WithItemValue added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSimSlots) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericState added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericState struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericState) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericState) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericState) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericStateFailedReason added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericStateFailedReason struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericStateFailedReason) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericStateFailedReason) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericStateFailedReason) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedBands added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedBands struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedBands) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedBands) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedBands) WithItemValue added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedBands) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedCapabilities added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedCapabilities struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedCapabilities) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedCapabilities) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedCapabilities) WithItemValue added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedCapabilities) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedIpFamilies added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedIpFamilies struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedIpFamilies) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedIpFamilies) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedIpFamilies) WithItemValue added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedIpFamilies) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedModes added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedModes struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedModes) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedModes) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedModes) WithItemValue added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedModes) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericUnlockRequired added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericUnlockRequired struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericUnlockRequired) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericUnlockRequired) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericUnlockRequired) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericUnlockRetries added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericUnlockRetries struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericUnlockRetries) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericUnlockRetries) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericUnlockRetries) WithItemValue added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericUnlockRetries) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignal added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignal struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignal) Cdma1X added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignal) Evdo added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignal) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignal) FiveG added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignal) Gsm added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignal) LteSignal added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignal) Refresh added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignal) Threshold added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignal) Umts added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignal) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignal) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1X added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1X struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1X) Ecio added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1X) ErrorRate added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1X) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1X) Rssi added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1X) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1X) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1XEcio added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1XEcio struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1XEcio) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1XEcio) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1XEcio) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1XErrorRate added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1XErrorRate struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1XErrorRate) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1XErrorRate) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1XErrorRate) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1XRssi added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1XRssi struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1XRssi) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1XRssi) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1XRssi) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdo added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdo struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdo) Ecio added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdo) ErrorRate added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdo) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdo) Io added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdo) Rssi added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdo) Sinr added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdo) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdo) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoEcio added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoEcio struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoEcio) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoEcio) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoEcio) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoErrorRate added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoErrorRate struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoErrorRate) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoErrorRate) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoErrorRate) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoIo added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoIo struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoIo) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoIo) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoIo) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoRssi added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoRssi struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoRssi) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoRssi) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoRssi) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoSinr added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoSinr struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoSinr) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoSinr) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoSinr) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveG added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveG struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveG) ErrorRate added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveG) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveG) Rsrp added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveG) Rsrq added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveG) Snr added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveG) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveG) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveGErrorRate added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveGErrorRate struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveGErrorRate) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveGErrorRate) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveGErrorRate) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveGRsrp added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveGRsrp struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveGRsrp) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveGRsrp) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveGRsrp) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveGRsrq added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveGRsrq struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveGRsrq) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveGRsrq) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveGRsrq) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveGSnr added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveGSnr struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveGSnr) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveGSnr) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveGSnr) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalGsm added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalGsm struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalGsm) ErrorRate added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalGsm) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalGsm) Rssi added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalGsm) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalGsm) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalGsmErrorRate added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalGsmErrorRate struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalGsmErrorRate) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalGsmErrorRate) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalGsmErrorRate) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalGsmRssi added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalGsmRssi struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalGsmRssi) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalGsmRssi) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalGsmRssi) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignal added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignal struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignal) ErrorRate added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignal) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignal) Rsrp added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignal) Rsrq added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignal) Rssi added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignal) Snr added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignal) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignal) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalErrorRate added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalErrorRate struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalErrorRate) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalErrorRate) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalErrorRate) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalRsrp added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalRsrp struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalRsrp) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalRsrp) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalRsrp) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalRsrq added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalRsrq struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalRsrq) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalRsrq) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalRsrq) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalRssi added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalRssi struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalRssi) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalRssi) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalRssi) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalSnr added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalSnr struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalSnr) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalSnr) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalSnr) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalRefresh added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalRefresh struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalRefresh) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalRefresh) Rate added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalRefresh) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalRefresh) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalRefreshRate added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalRefreshRate struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalRefreshRate) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalRefreshRate) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalRefreshRate) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalThreshold added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalThreshold struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalThreshold) ErrorRate added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalThreshold) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalThreshold) Rssi added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalThreshold) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalThreshold) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalThresholdErrorRate added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalThresholdErrorRate struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalThresholdErrorRate) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalThresholdErrorRate) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalThresholdErrorRate) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalThresholdRssi added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalThresholdRssi struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalThresholdRssi) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalThresholdRssi) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalThresholdRssi) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmts added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmts struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmts) Ecio added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmts) ErrorRate added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmts) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmts) Rscp added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmts) Rssi added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmts) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmts) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmtsEcio added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmtsEcio struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmtsEcio) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmtsEcio) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmtsEcio) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmtsErrorRate added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmtsErrorRate struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmtsErrorRate) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmtsErrorRate) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmtsErrorRate) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmtsRscp added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmtsRscp struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmtsRscp) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmtsRscp) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmtsRscp) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmtsRssi added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmtsRssi struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmtsRssi) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmtsRssi) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmtsRssi) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSimStatus added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSimStatus struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSimStatus) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSimStatus) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSimStatus) WithKey added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSimStatus) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPp added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPp struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPp) EnabledLocks added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPp) Eps added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPp) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPp) FivegNr added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPp) Imei added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPp) OperatorCode added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPp) OperatorName added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPp) Pco added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPp) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPp) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEnabledLocks added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEnabledLocks struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEnabledLocks) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEnabledLocks) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEnabledLocks) WithItemValue added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEnabledLocks) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEps added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEps struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEps) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEps) InitialBearer added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEps) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEps) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearer added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearer struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearer) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearer) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearer) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerDbusPath added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerDbusPath struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerDbusPath) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerDbusPath) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerDbusPath) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettings added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettings struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettings) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettings) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettings) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettingsApn added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettingsApn struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettingsApn) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettingsApn) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettingsApn) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettingsIpType added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettingsIpType struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettingsIpType) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettingsIpType) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettingsIpType) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettingsPassword added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettingsPassword struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettingsPassword) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettingsPassword) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettingsPassword) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettingsUser added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettingsUser struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettingsUser) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettingsUser) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettingsUser) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsUeModeOperation added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsUeModeOperation struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsUeModeOperation) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsUeModeOperation) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsUeModeOperation) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNr added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNr struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNr) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNr) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNr) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNrRegistrationSettings added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNrRegistrationSettings struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNrRegistrationSettings) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNrRegistrationSettings) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNrRegistrationSettings) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNrRegistrationSettingsDrxCycle added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNrRegistrationSettingsDrxCycle struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNrRegistrationSettingsDrxCycle) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNrRegistrationSettingsDrxCycle) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNrRegistrationSettingsDrxCycle) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNrRegistrationSettingsMicoMode added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNrRegistrationSettingsMicoMode struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNrRegistrationSettingsMicoMode) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNrRegistrationSettingsMicoMode) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNrRegistrationSettingsMicoMode) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpImei added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpImei struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpImei) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpImei) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpImei) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpOperatorCode added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpOperatorCode struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpOperatorCode) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpOperatorCode) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpOperatorCode) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpOperatorName added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpOperatorName struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpOperatorName) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpOperatorName) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpOperatorName) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpPacketServiceState added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpPacketServiceState struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpPacketServiceState) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpPacketServiceState) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpPacketServiceState) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpPco added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpPco struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpPco) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpPco) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpPco) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpRegistrationState added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpRegistrationState struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpRegistrationState) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpRegistrationState) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpRegistrationState) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetwork

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetwork struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetwork) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsDescription

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsDescription struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsDescription) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsDescription) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsDescription) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsMacAddress

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsMacAddress struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsMacAddress) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsMacAddress) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsMacAddress) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsName

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsName struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsName) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsName) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsName) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsProductName

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsProductName struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsProductName) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsProductName) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsProductName) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSubvendor

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSubvendor struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSubvendor) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSubvendor) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSubvendor) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsVendor

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsVendor struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsVendor) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsVendor) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsVendor) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsVirtual

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsVirtual struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsVirtual) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsVirtual) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsVirtual) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfo added in v0.12.11

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfo struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfo) CudaVersion added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfo) DriverVersion added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfo) FieldPath added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfo) Gpus added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfo) Status added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfo) WithArrayOfValues added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfo) WithValue added in v0.12.11

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoCudaVersion added in v0.12.11

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoCudaVersion struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoCudaVersion) FieldPath added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoCudaVersion) WithArrayOfValues added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoCudaVersion) WithValue added in v0.12.11

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoDriverVersion added in v0.12.11

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoDriverVersion struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoDriverVersion) FieldPath added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoDriverVersion) WithArrayOfValues added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoDriverVersion) WithValue added in v0.12.11

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoGpus added in v0.12.11

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoGpus struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoGpus) FieldPath added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoGpus) Id added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoGpus) ProductName added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoGpus) WithArrayOfValues added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoGpus) WithItemValue added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoGpus) WithValue added in v0.12.11

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoGpusId added in v0.12.11

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoGpusId struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoGpusId) FieldPath added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoGpusId) WithArrayOfValues added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoGpusId) WithValue added in v0.12.11

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoGpusProductName added in v0.12.11

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoGpusProductName struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoGpusProductName) FieldPath added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoGpusProductName) WithArrayOfValues added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoGpusProductName) WithValue added in v0.12.11

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoStatus added in v0.12.11

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoStatus struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoStatus) FieldPath added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoStatus) WithArrayOfValues added in v0.12.11

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoStatus) WithValue added in v0.12.11

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOs

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOs struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOs) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsContainerRuntimeVersion

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsContainerRuntimeVersion struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsContainerRuntimeVersion) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsContainerRuntimeVersion) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsContainerRuntimeVersion) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsKernelVersion

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsKernelVersion struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsKernelVersion) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsKernelVersion) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsKernelVersion) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsOperatingSystem

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsOperatingSystem struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsOperatingSystem) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsOperatingSystem) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsOperatingSystem) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsOsImage

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsOsImage struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsOsImage) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsOsImage) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsOsImage) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystem

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystem struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystem) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfiguration

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfiguration struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfiguration) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationChassis

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationChassis struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationChassis) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationChassis) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationChassis) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationFamily

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationFamily struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationFamily) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationFamily) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationFamily) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationSkuNumber

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationSkuNumber struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationSkuNumber) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationSkuNumber) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationSkuNumber) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationUuid

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationUuid struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationUuid) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationUuid) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationUuid) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemManufacturer

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemManufacturer struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemManufacturer) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemManufacturer) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemManufacturer) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemProductName

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemProductName struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemProductName) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemProductName) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemProductName) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemSerialNumber

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemSerialNumber struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemSerialNumber) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemSerialNumber) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemSerialNumber) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemVersion

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemVersion struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemVersion) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemVersion) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemVersion) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoKernelVersion

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoKernelVersion struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoKernelVersion) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoKernelVersion) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoKernelVersion) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoNetworkInterfaces added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoNetworkInterfaces struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoNetworkInterfaces) FieldPath added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoNetworkInterfaces) WithArrayOfValues added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoNetworkInterfaces) WithKey added in v0.12.69

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoNetworkInterfaces) WithValue added in v0.12.69

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOperatingSystem

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOperatingSystem struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOperatingSystem) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOperatingSystem) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOperatingSystem) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsImage

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsImage struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsImage) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsImage) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsImage) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsVersion

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsVersion struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsVersion) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsVersion) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsVersion) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigState added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigState struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigState) ActiveConfig added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigState) ActiveNetworkConfigSource added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigState) DefaultConfig added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigState) DesiredConfig added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigState) DesiredNetworkConfigError added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigState) DesiredNetworkConfigSource added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigState) FieldPath added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigState) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigState) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfig added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfig struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfig) FieldPath added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfig) Network added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfig) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfig) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetwork added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetwork struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetwork) Bonds added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetwork) Bridges added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetwork) Ethernets added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetwork) FieldPath added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetwork) Modems added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetwork) Renderer added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetwork) Tunnels added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetwork) Version added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetwork) Vlans added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetwork) Wifis added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetwork) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetwork) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBonds added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBonds struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBonds) FieldPath added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBonds) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBonds) WithKey added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBonds) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBridges added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBridges struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBridges) FieldPath added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBridges) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBridges) WithKey added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBridges) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkEthernets added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkEthernets struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkEthernets) FieldPath added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkEthernets) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkEthernets) WithKey added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkEthernets) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkModems added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkModems struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkModems) FieldPath added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkModems) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkModems) WithKey added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkModems) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkRenderer added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkRenderer struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkRenderer) FieldPath added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkRenderer) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkRenderer) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkTunnels added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkTunnels struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkTunnels) FieldPath added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkTunnels) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkTunnels) WithKey added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkTunnels) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkVersion added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkVersion struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkVersion) FieldPath added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkVersion) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkVersion) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkVlans added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkVlans struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkVlans) FieldPath added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkVlans) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkVlans) WithKey added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkVlans) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkWifis added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkWifis struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkWifis) FieldPath added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkWifis) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkWifis) WithKey added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkWifis) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveNetworkConfigSource added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveNetworkConfigSource struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveNetworkConfigSource) FieldPath added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveNetworkConfigSource) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveNetworkConfigSource) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfig added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfig struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfig) FieldPath added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfig) Network added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfig) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfig) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetwork added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetwork struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetwork) Bonds added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetwork) Bridges added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetwork) Ethernets added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetwork) FieldPath added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetwork) Modems added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetwork) Renderer added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetwork) Tunnels added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetwork) Version added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetwork) Vlans added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetwork) Wifis added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetwork) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetwork) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBonds added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBonds struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBonds) FieldPath added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBonds) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBonds) WithKey added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBonds) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBridges added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBridges struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBridges) FieldPath added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBridges) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBridges) WithKey added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBridges) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkEthernets added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkEthernets struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkEthernets) FieldPath added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkEthernets) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkEthernets) WithKey added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkEthernets) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkModems added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkModems struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkModems) FieldPath added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkModems) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkModems) WithKey added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkModems) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkRenderer added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkRenderer struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkRenderer) FieldPath added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkRenderer) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkRenderer) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkTunnels added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkTunnels struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkTunnels) FieldPath added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkTunnels) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkTunnels) WithKey added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkTunnels) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkVersion added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkVersion struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkVersion) FieldPath added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkVersion) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkVersion) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkVlans added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkVlans struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkVlans) FieldPath added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkVlans) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkVlans) WithKey added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkVlans) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkWifis added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkWifis struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkWifis) FieldPath added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkWifis) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkWifis) WithKey added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkWifis) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfig added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfig struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfig) FieldPath added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfig) Network added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfig) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfig) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetwork added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetwork struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetwork) Bonds added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetwork) Bridges added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetwork) Ethernets added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetwork) FieldPath added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetwork) Modems added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetwork) Renderer added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetwork) Tunnels added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetwork) Version added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetwork) Vlans added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetwork) Wifis added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetwork) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetwork) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBonds added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBonds struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBonds) FieldPath added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBonds) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBonds) WithKey added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBonds) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBridges added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBridges struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBridges) FieldPath added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBridges) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBridges) WithKey added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBridges) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkEthernets added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkEthernets struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkEthernets) FieldPath added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkEthernets) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkEthernets) WithKey added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkEthernets) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkModems added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkModems struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkModems) FieldPath added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkModems) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkModems) WithKey added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkModems) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkRenderer added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkRenderer struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkRenderer) FieldPath added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkRenderer) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkRenderer) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkTunnels added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkTunnels struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkTunnels) FieldPath added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkTunnels) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkTunnels) WithKey added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkTunnels) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkVersion added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkVersion struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkVersion) FieldPath added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkVersion) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkVersion) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkVlans added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkVlans struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkVlans) FieldPath added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkVlans) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkVlans) WithKey added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkVlans) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkWifis added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkWifis struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkWifis) FieldPath added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkWifis) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkWifis) WithKey added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkWifis) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredNetworkConfigError added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredNetworkConfigError struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredNetworkConfigError) FieldPath added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredNetworkConfigError) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredNetworkConfigError) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredNetworkConfigSource added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredNetworkConfigSource struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredNetworkConfigSource) FieldPath added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredNetworkConfigSource) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredNetworkConfigSource) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress added in v0.12.73

type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) Accuracy added in v0.12.73

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) Address added in v0.12.73

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) AdminArea1 added in v0.12.73

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) AdminArea1Id added in v0.12.73

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) AdminArea2 added in v0.12.73

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) AdminArea2Id added in v0.12.73

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) AdminArea3 added in v0.12.73

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) AdminArea3Id added in v0.12.73

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) AdminArea4 added in v0.12.73

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) AdminArea4Id added in v0.12.73

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) Continent added in v0.12.73

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) ContinentId added in v0.12.73

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) Coordinates added in v0.12.73

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) Country added in v0.12.73

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) CountryCode added in v0.12.73

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) CountryId added in v0.12.73

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) FieldPath added in v0.12.73

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) PostalCode added in v0.12.73

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) WithArrayOfValues added in v0.12.73

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) WithValue added in v0.12.73

type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAccuracy added in v0.12.73

type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAccuracy struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAccuracy) FieldPath added in v0.12.73

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAccuracy) WithArrayOfValues added in v0.12.73

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAccuracy) WithValue added in v0.12.73

type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAddress added in v0.12.73

type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAddress struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAddress) FieldPath added in v0.12.73

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAddress) WithArrayOfValues added in v0.12.73

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAddress) WithValue added in v0.12.73

type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea1 added in v0.12.73

type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea1 struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea1) FieldPath added in v0.12.73

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea1) WithArrayOfValues added in v0.12.73

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea1) WithValue added in v0.12.73

type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea1Id added in v0.12.73

type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea1Id struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea1Id) FieldPath added in v0.12.73

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea1Id) WithArrayOfValues added in v0.12.73

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea1Id) WithValue added in v0.12.73

type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea2 added in v0.12.73

type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea2 struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea2) FieldPath added in v0.12.73

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea2) WithArrayOfValues added in v0.12.73

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea2) WithValue added in v0.12.73

type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea2Id added in v0.12.73

type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea2Id struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea2Id) FieldPath added in v0.12.73

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea2Id) WithArrayOfValues added in v0.12.73

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea2Id) WithValue added in v0.12.73

type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea3 added in v0.12.73

type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea3 struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea3) FieldPath added in v0.12.73

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea3) WithArrayOfValues added in v0.12.73

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea3) WithValue added in v0.12.73

type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea3Id added in v0.12.73

type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea3Id struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea3Id) FieldPath added in v0.12.73

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea3Id) WithArrayOfValues added in v0.12.73

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea3Id) WithValue added in v0.12.73

type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea4 added in v0.12.73

type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea4 struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea4) FieldPath added in v0.12.73

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea4) WithArrayOfValues added in v0.12.73

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea4) WithValue added in v0.12.73

type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea4Id added in v0.12.73

type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea4Id struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea4Id) FieldPath added in v0.12.73

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea4Id) WithArrayOfValues added in v0.12.73

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea4Id) WithValue added in v0.12.73

type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressContinent added in v0.12.73

type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressContinent struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressContinent) FieldPath added in v0.12.73

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressContinent) WithArrayOfValues added in v0.12.73

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressContinent) WithValue added in v0.12.73

type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressContinentId added in v0.12.73

type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressContinentId struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressContinentId) FieldPath added in v0.12.73

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressContinentId) WithArrayOfValues added in v0.12.73

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressContinentId) WithValue added in v0.12.73

type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCoordinates added in v0.12.73

type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCoordinates struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCoordinates) FieldPath added in v0.12.73

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCoordinates) WithArrayOfValues added in v0.12.73

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCoordinates) WithValue added in v0.12.73

type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCountry added in v0.12.73

type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCountry struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCountry) FieldPath added in v0.12.73

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCountry) WithArrayOfValues added in v0.12.73

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCountry) WithValue added in v0.12.73

type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCountryCode added in v0.12.73

type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCountryCode struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCountryCode) FieldPath added in v0.12.73

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCountryCode) WithArrayOfValues added in v0.12.73

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCountryCode) WithValue added in v0.12.73

type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCountryId added in v0.12.73

type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCountryId struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCountryId) FieldPath added in v0.12.73

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCountryId) WithArrayOfValues added in v0.12.73

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCountryId) WithValue added in v0.12.73

type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressPostalCode added in v0.12.73

type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressPostalCode struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressPostalCode) FieldPath added in v0.12.73

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressPostalCode) WithArrayOfValues added in v0.12.73

func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressPostalCode) WithValue added in v0.12.73

type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatus added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatus struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatus) ActiveConfig added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatus) ActiveConfigSource added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatus) ApiConfig added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatus) DefaultConfig added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatus) DesiredConfigSource added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatus) FieldPath added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatus) ProxyConfigError added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatus) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatus) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfig added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfig struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfig) FieldPath added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfig) HttpProxy added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfig) HttpsProxy added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfig) NoProxy added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfig) ProxyInterfaces added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfig) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfig) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigHttpProxy added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigHttpProxy struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigHttpProxy) FieldPath added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigHttpProxy) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigHttpProxy) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigHttpsProxy added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigHttpsProxy struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigHttpsProxy) FieldPath added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigHttpsProxy) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigHttpsProxy) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigNoProxy added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigNoProxy struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigNoProxy) FieldPath added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigNoProxy) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigNoProxy) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigProxyInterfaces added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigProxyInterfaces struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigProxyInterfaces) FieldPath added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigProxyInterfaces) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigProxyInterfaces) WithItemValue added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigProxyInterfaces) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigSource added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigSource struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigSource) FieldPath added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigSource) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigSource) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfig added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfig struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfig) FieldPath added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfig) HttpProxy added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfig) HttpsProxy added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfig) NoProxy added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfig) ProxyInterfaces added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfig) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfig) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigHttpProxy added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigHttpProxy struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigHttpProxy) FieldPath added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigHttpProxy) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigHttpProxy) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigHttpsProxy added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigHttpsProxy struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigHttpsProxy) FieldPath added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigHttpsProxy) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigHttpsProxy) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigNoProxy added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigNoProxy struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigNoProxy) FieldPath added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigNoProxy) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigNoProxy) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigProxyInterfaces added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigProxyInterfaces struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigProxyInterfaces) FieldPath added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigProxyInterfaces) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigProxyInterfaces) WithItemValue added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigProxyInterfaces) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfig added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfig struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfig) FieldPath added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfig) HttpProxy added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfig) HttpsProxy added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfig) NoProxy added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfig) ProxyInterfaces added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfig) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfig) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigHttpProxy added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigHttpProxy struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigHttpProxy) FieldPath added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigHttpProxy) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigHttpProxy) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigHttpsProxy added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigHttpsProxy struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigHttpsProxy) FieldPath added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigHttpsProxy) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigHttpsProxy) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigNoProxy added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigNoProxy struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigNoProxy) FieldPath added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigNoProxy) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigNoProxy) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigProxyInterfaces added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigProxyInterfaces struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigProxyInterfaces) FieldPath added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigProxyInterfaces) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigProxyInterfaces) WithItemValue added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigProxyInterfaces) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDesiredConfigSource added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDesiredConfigSource struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDesiredConfigSource) FieldPath added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDesiredConfigSource) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDesiredConfigSource) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusProxyConfigError added in v0.12.70

type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusProxyConfigError struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusProxyConfigError) FieldPath added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusProxyConfigError) WithArrayOfValues added in v0.12.70

func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusProxyConfigError) WithValue added in v0.12.70

type ListPublicDevicesResponsePathSelectorNextPageToken

type ListPublicDevicesResponsePathSelectorNextPageToken struct{}

func (ListPublicDevicesResponsePathSelectorNextPageToken) FieldPath

func (ListPublicDevicesResponsePathSelectorNextPageToken) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorNextPageToken) WithValue

type ListPublicDevicesResponsePathSelectorPrevPageToken

type ListPublicDevicesResponsePathSelectorPrevPageToken struct{}

func (ListPublicDevicesResponsePathSelectorPrevPageToken) FieldPath

func (ListPublicDevicesResponsePathSelectorPrevPageToken) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorPrevPageToken) WithValue

type ListPublicDevicesResponse_FieldMask

type ListPublicDevicesResponse_FieldMask struct {
	Paths []ListPublicDevicesResponse_FieldPath
}

func FullListPublicDevicesResponse_FieldMask

func FullListPublicDevicesResponse_FieldMask() *ListPublicDevicesResponse_FieldMask

func (*ListPublicDevicesResponse_FieldMask) AppendPath

func (*ListPublicDevicesResponse_FieldMask) AppendRawPath

func (fieldMask *ListPublicDevicesResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*ListPublicDevicesResponse_FieldMask) DecodeFirestore

func (fieldMask *ListPublicDevicesResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*ListPublicDevicesResponse_FieldMask) EncodeFirestore

func (fieldMask *ListPublicDevicesResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*ListPublicDevicesResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ListPublicDevicesResponse_FieldMask) FromProtoFieldMask

func (fieldMask *ListPublicDevicesResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*ListPublicDevicesResponse_FieldMask) GetPaths

func (*ListPublicDevicesResponse_FieldMask) GetRawPaths

func (fieldMask *ListPublicDevicesResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*ListPublicDevicesResponse_FieldMask) IsFull

func (fieldMask *ListPublicDevicesResponse_FieldMask) IsFull() bool

func (ListPublicDevicesResponse_FieldMask) Marshal

func (fieldMask ListPublicDevicesResponse_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (ListPublicDevicesResponse_FieldMask) MarshalJSON

func (fieldMask ListPublicDevicesResponse_FieldMask) MarshalJSON() ([]byte, error)

func (*ListPublicDevicesResponse_FieldMask) PathsCount

func (fieldMask *ListPublicDevicesResponse_FieldMask) PathsCount() int

func (*ListPublicDevicesResponse_FieldMask) Project

func (*ListPublicDevicesResponse_FieldMask) ProjectRaw

func (*ListPublicDevicesResponse_FieldMask) ProtoMessage

func (fieldMask *ListPublicDevicesResponse_FieldMask) ProtoMessage()

func (*ListPublicDevicesResponse_FieldMask) ProtoReflect

func (fieldMask *ListPublicDevicesResponse_FieldMask) ProtoReflect() preflect.Message

func (*ListPublicDevicesResponse_FieldMask) Reset

func (fieldMask *ListPublicDevicesResponse_FieldMask) Reset()

func (*ListPublicDevicesResponse_FieldMask) Set

func (fieldMask *ListPublicDevicesResponse_FieldMask) Set(target, source *ListPublicDevicesResponse)

func (*ListPublicDevicesResponse_FieldMask) SetFromCliFlag

func (fieldMask *ListPublicDevicesResponse_FieldMask) SetFromCliFlag(raw string) error

func (*ListPublicDevicesResponse_FieldMask) SetRaw

func (fieldMask *ListPublicDevicesResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*ListPublicDevicesResponse_FieldMask) Size

func (fieldMask *ListPublicDevicesResponse_FieldMask) Size() int

func (*ListPublicDevicesResponse_FieldMask) String

func (fieldMask *ListPublicDevicesResponse_FieldMask) String() string

func (*ListPublicDevicesResponse_FieldMask) Subtract

func (*ListPublicDevicesResponse_FieldMask) SubtractRaw

func (*ListPublicDevicesResponse_FieldMask) ToProtoFieldMask

func (fieldMask *ListPublicDevicesResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*ListPublicDevicesResponse_FieldMask) Unmarshal

func (fieldMask *ListPublicDevicesResponse_FieldMask) Unmarshal(data []byte) error

func (*ListPublicDevicesResponse_FieldMask) UnmarshalJSON

func (fieldMask *ListPublicDevicesResponse_FieldMask) UnmarshalJSON(data []byte) error

type ListPublicDevicesResponse_FieldPath

type ListPublicDevicesResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() ListPublicDevicesResponse_FieldPathSelector
	Get(source *ListPublicDevicesResponse) []interface{}
	GetSingle(source *ListPublicDevicesResponse) (interface{}, bool)
	ClearValue(item *ListPublicDevicesResponse)

	// Those methods build corresponding ListPublicDevicesResponse_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) ListPublicDevicesResponse_FieldPathValue
	WithIArrayOfValues(values interface{}) ListPublicDevicesResponse_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) ListPublicDevicesResponse_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseListPublicDevicesResponse_FieldPath

func MustParseListPublicDevicesResponse_FieldPath(rawField string) ListPublicDevicesResponse_FieldPath

func ParseListPublicDevicesResponse_FieldPath

func ParseListPublicDevicesResponse_FieldPath(rawField string) (ListPublicDevicesResponse_FieldPath, error)

type ListPublicDevicesResponse_FieldPathArrayItemValue

type ListPublicDevicesResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ListPublicDevicesResponse_FieldPath
	ContainsValue(*ListPublicDevicesResponse) bool
}

ListPublicDevicesResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for ListPublicDevicesResponse according to their type Present only for array (repeated) types.

func MustParseListPublicDevicesResponse_FieldPathArrayItemValue

func MustParseListPublicDevicesResponse_FieldPathArrayItemValue(pathStr, valueStr string) ListPublicDevicesResponse_FieldPathArrayItemValue

func ParseListPublicDevicesResponse_FieldPathArrayItemValue

func ParseListPublicDevicesResponse_FieldPathArrayItemValue(pathStr, valueStr string) (ListPublicDevicesResponse_FieldPathArrayItemValue, error)

ParseListPublicDevicesResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ListPublicDevicesResponse_FieldPathArrayOfValues

type ListPublicDevicesResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ListPublicDevicesResponse_FieldPath
}

ListPublicDevicesResponse_FieldPathArrayOfValues allows storing slice of values for ListPublicDevicesResponse fields according to their type

func MustParseListPublicDevicesResponse_FieldPathArrayOfValues

func MustParseListPublicDevicesResponse_FieldPathArrayOfValues(pathStr, valuesStr string) ListPublicDevicesResponse_FieldPathArrayOfValues

func ParseListPublicDevicesResponse_FieldPathArrayOfValues

func ParseListPublicDevicesResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (ListPublicDevicesResponse_FieldPathArrayOfValues, error)

type ListPublicDevicesResponse_FieldPathSelector

type ListPublicDevicesResponse_FieldPathSelector int32
const (
	ListPublicDevicesResponse_FieldPathSelectorDevices       ListPublicDevicesResponse_FieldPathSelector = 0
	ListPublicDevicesResponse_FieldPathSelectorPrevPageToken ListPublicDevicesResponse_FieldPathSelector = 1
	ListPublicDevicesResponse_FieldPathSelectorNextPageToken ListPublicDevicesResponse_FieldPathSelector = 2
)

func (ListPublicDevicesResponse_FieldPathSelector) String

type ListPublicDevicesResponse_FieldPathValue

type ListPublicDevicesResponse_FieldPathValue interface {
	ListPublicDevicesResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ListPublicDevicesResponse)
	CompareWith(*ListPublicDevicesResponse) (cmp int, comparable bool)
}

ListPublicDevicesResponse_FieldPathValue allows storing values for ListPublicDevicesResponse fields according to their type

func MustParseListPublicDevicesResponse_FieldPathValue

func MustParseListPublicDevicesResponse_FieldPathValue(pathStr, valueStr string) ListPublicDevicesResponse_FieldPathValue

func ParseListPublicDevicesResponse_FieldPathValue

func ParseListPublicDevicesResponse_FieldPathValue(pathStr, valueStr string) (ListPublicDevicesResponse_FieldPathValue, error)

type ListPublicDevicesResponse_FieldSubPath

type ListPublicDevicesResponse_FieldSubPath struct {
	// contains filtered or unexported fields
}

func (*ListPublicDevicesResponse_FieldSubPath) AsDevicesSubPath

func (*ListPublicDevicesResponse_FieldSubPath) ClearValue

func (*ListPublicDevicesResponse_FieldSubPath) ClearValueRaw

func (fps *ListPublicDevicesResponse_FieldSubPath) ClearValueRaw(item proto.Message)

func (*ListPublicDevicesResponse_FieldSubPath) Get

func (fps *ListPublicDevicesResponse_FieldSubPath) Get(source *ListPublicDevicesResponse) (values []interface{})

Get returns all values pointed by selected field from source ListPublicDevicesResponse

func (*ListPublicDevicesResponse_FieldSubPath) GetDefault

func (fps *ListPublicDevicesResponse_FieldSubPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*ListPublicDevicesResponse_FieldSubPath) GetRaw

func (fps *ListPublicDevicesResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}

func (*ListPublicDevicesResponse_FieldSubPath) GetSingle

func (fps *ListPublicDevicesResponse_FieldSubPath) GetSingle(source *ListPublicDevicesResponse) (interface{}, bool)

GetSingle returns value of selected field from source ListPublicDevicesResponse

func (*ListPublicDevicesResponse_FieldSubPath) GetSingleRaw

func (fps *ListPublicDevicesResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*ListPublicDevicesResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListPublicDevicesResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*ListPublicDevicesResponse_FieldSubPath) Selector

func (*ListPublicDevicesResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

func (fps *ListPublicDevicesResponse_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*ListPublicDevicesResponse_FieldSubPath) String

String returns path representation in proto convention

func (*ListPublicDevicesResponse_FieldSubPath) WithIArrayItemValue

func (*ListPublicDevicesResponse_FieldSubPath) WithIArrayOfValues

func (*ListPublicDevicesResponse_FieldSubPath) WithIValue

func (*ListPublicDevicesResponse_FieldSubPath) WithRawIArrayItemValue

func (fps *ListPublicDevicesResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*ListPublicDevicesResponse_FieldSubPath) WithRawIArrayOfValues

func (fps *ListPublicDevicesResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*ListPublicDevicesResponse_FieldSubPath) WithRawIValue

func (fps *ListPublicDevicesResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type ListPublicDevicesResponse_FieldSubPathArrayItemValue

type ListPublicDevicesResponse_FieldSubPathArrayItemValue struct {
	ListPublicDevicesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListPublicDevicesResponse_FieldSubPathArrayItemValue) AsDevicesPathItemValue

func (*ListPublicDevicesResponse_FieldSubPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'ListPublicDevicesResponse'

func (*ListPublicDevicesResponse_FieldSubPathArrayItemValue) GetRawItemValue

func (fpaivs *ListPublicDevicesResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored array item value

type ListPublicDevicesResponse_FieldSubPathArrayOfValues

type ListPublicDevicesResponse_FieldSubPathArrayOfValues struct {
	ListPublicDevicesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListPublicDevicesResponse_FieldSubPathArrayOfValues) AsDevicesPathArrayOfValues

func (*ListPublicDevicesResponse_FieldSubPathArrayOfValues) GetRawValues

func (fpsaov *ListPublicDevicesResponse_FieldSubPathArrayOfValues) GetRawValues() []interface{}

type ListPublicDevicesResponse_FieldSubPathValue

type ListPublicDevicesResponse_FieldSubPathValue struct {
	ListPublicDevicesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListPublicDevicesResponse_FieldSubPathValue) AsDevicesPathValue

func (*ListPublicDevicesResponse_FieldSubPathValue) CompareWith

func (*ListPublicDevicesResponse_FieldSubPathValue) CompareWithRaw

func (fpvs *ListPublicDevicesResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*ListPublicDevicesResponse_FieldSubPathValue) GetRawValue

func (fpvs *ListPublicDevicesResponse_FieldSubPathValue) GetRawValue() interface{}

func (*ListPublicDevicesResponse_FieldSubPathValue) SetTo

func (*ListPublicDevicesResponse_FieldSubPathValue) SetToRaw

type ListPublicDevicesResponse_FieldTerminalPath

type ListPublicDevicesResponse_FieldTerminalPath struct {
	// contains filtered or unexported fields
}

func (*ListPublicDevicesResponse_FieldTerminalPath) ClearValue

func (*ListPublicDevicesResponse_FieldTerminalPath) ClearValueRaw

func (*ListPublicDevicesResponse_FieldTerminalPath) Get

func (fp *ListPublicDevicesResponse_FieldTerminalPath) Get(source *ListPublicDevicesResponse) (values []interface{})

Get returns all values pointed by specific field from source ListPublicDevicesResponse

func (*ListPublicDevicesResponse_FieldTerminalPath) GetDefault

func (fp *ListPublicDevicesResponse_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*ListPublicDevicesResponse_FieldTerminalPath) GetRaw

func (fp *ListPublicDevicesResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*ListPublicDevicesResponse_FieldTerminalPath) GetSingle

func (fp *ListPublicDevicesResponse_FieldTerminalPath) GetSingle(source *ListPublicDevicesResponse) (interface{}, bool)

GetSingle returns value pointed by specific field of from source ListPublicDevicesResponse

func (*ListPublicDevicesResponse_FieldTerminalPath) GetSingleRaw

func (fp *ListPublicDevicesResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*ListPublicDevicesResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListPublicDevicesResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ListPublicDevicesResponse_FieldTerminalPath) Selector

func (*ListPublicDevicesResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (fp *ListPublicDevicesResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*ListPublicDevicesResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*ListPublicDevicesResponse_FieldTerminalPath) WithIArrayItemValue

func (*ListPublicDevicesResponse_FieldTerminalPath) WithIArrayOfValues

func (*ListPublicDevicesResponse_FieldTerminalPath) WithIValue

func (*ListPublicDevicesResponse_FieldTerminalPath) WithRawIArrayItemValue

func (fp *ListPublicDevicesResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*ListPublicDevicesResponse_FieldTerminalPath) WithRawIArrayOfValues

func (fp *ListPublicDevicesResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*ListPublicDevicesResponse_FieldTerminalPath) WithRawIValue

func (fp *ListPublicDevicesResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type ListPublicDevicesResponse_FieldTerminalPathArrayItemValue

type ListPublicDevicesResponse_FieldTerminalPathArrayItemValue struct {
	ListPublicDevicesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListPublicDevicesResponse_FieldTerminalPathArrayItemValue) AsDevicesItemValue

func (*ListPublicDevicesResponse_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'ListPublicDevicesResponse'

func (*ListPublicDevicesResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *ListPublicDevicesResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object ListPublicDevicesResponse as interface{}

func (*ListPublicDevicesResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*ListPublicDevicesResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *ListPublicDevicesResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type ListPublicDevicesResponse_FieldTerminalPathArrayOfValues

type ListPublicDevicesResponse_FieldTerminalPathArrayOfValues struct {
	ListPublicDevicesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListPublicDevicesResponse_FieldTerminalPathArrayOfValues) AsDevicesArrayOfValues

func (fpaov *ListPublicDevicesResponse_FieldTerminalPathArrayOfValues) AsDevicesArrayOfValues() ([][]*device.Device, bool)

func (*ListPublicDevicesResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues

func (fpaov *ListPublicDevicesResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues() ([]*device.PagerCursor, bool)

func (*ListPublicDevicesResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues

func (fpaov *ListPublicDevicesResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues() ([]*device.PagerCursor, bool)

func (*ListPublicDevicesResponse_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *ListPublicDevicesResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type ListPublicDevicesResponse_FieldTerminalPathValue

type ListPublicDevicesResponse_FieldTerminalPathValue struct {
	ListPublicDevicesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListPublicDevicesResponse_FieldTerminalPathValue) AsDevicesValue

func (*ListPublicDevicesResponse_FieldTerminalPathValue) AsNextPageTokenValue

func (*ListPublicDevicesResponse_FieldTerminalPathValue) AsPrevPageTokenValue

func (*ListPublicDevicesResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ListPublicDevicesResponse_FieldTerminalPathValue' with the value under path in 'ListPublicDevicesResponse'.

func (*ListPublicDevicesResponse_FieldTerminalPathValue) CompareWithRaw

func (*ListPublicDevicesResponse_FieldTerminalPathValue) GetRawValue

func (fpv *ListPublicDevicesResponse_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'ListPublicDevicesResponse' as interface{}

func (*ListPublicDevicesResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ListPublicDevicesResponse

func (*ListPublicDevicesResponse_FieldTerminalPathValue) SetToRaw

type PublicServiceClient

type PublicServiceClient interface {
	ListPublicDevices(ctx context.Context, in *ListPublicDevicesRequest, opts ...grpc.CallOption) (*ListPublicDevicesResponse, error)
}

PublicServiceClient is the client API for PublicService.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type PublicServiceDescriptor added in v0.4.28

type PublicServiceDescriptor struct{}

func GetPublicServiceDescriptor added in v0.4.28

func GetPublicServiceDescriptor() *PublicServiceDescriptor

func (*PublicServiceDescriptor) AllMethodDescriptors added in v0.4.28

func (d *PublicServiceDescriptor) AllMethodDescriptors() []gotenclient.MethodDescriptor

func (*PublicServiceDescriptor) GetApiName added in v0.4.28

func (d *PublicServiceDescriptor) GetApiName() string

func (*PublicServiceDescriptor) GetFullAPIName added in v0.4.28

func (d *PublicServiceDescriptor) GetFullAPIName() string

func (*PublicServiceDescriptor) GetProtoPkgName added in v0.4.28

func (d *PublicServiceDescriptor) GetProtoPkgName() string

func (*PublicServiceDescriptor) GetServiceDomain added in v0.4.28

func (d *PublicServiceDescriptor) GetServiceDomain() string

func (*PublicServiceDescriptor) GetServiceVersion added in v0.4.28

func (d *PublicServiceDescriptor) GetServiceVersion() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL