SignedUrlKey class

Represents a customer-supplied Signing Key used by Cloud CDN Signed URLs

Constructors

SignedUrlKey({String? keyName, String? keyValue})
SignedUrlKey.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
keyName String?
Name of the key.
getter/setter pair
keyValue String?
128-bit key value used for signing the URL.
getter/setter pair
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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