GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeaders class
Contextual headers configuration.
Constructors
- GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeaders.new({GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedDeviceInfo? deviceInfo, GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedGroupInfo? groupInfo, String? outputType, GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedUserInfo? userInfo})
- GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeaders.fromJson(Map json_)
Properties
- deviceInfo ↔ GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedDeviceInfo?
-
Device info configuration.
getter/setter pair
- groupInfo ↔ GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedGroupInfo?
-
Group info configuration.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- outputType ↔ String?
-
Default output type for all enabled headers.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userInfo ↔ GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedUserInfo?
-
User info configuration.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited