MethodSnapshot class

Represents a summary of a Method resource, given a particular date and time.

Constructors

MethodSnapshot({bool? apiKeyRequired, String? authorizationType})
MethodSnapshot.fromJson(Map<String, dynamic> json)
factory

Properties

apiKeyRequired bool?
Specifies whether the method requires a valid ApiKey.
final
authorizationType String?
The method's authorization type. Valid values are NONE for open access, AWS_IAM for using AWS IAM permissions, CUSTOM for using a custom authorizer, or COGNITO_USER_POOLS for using a Cognito user pool.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited