UrlList class

UrlList proto helps users to set reusable, independently manageable lists of hosts, host patterns, URLs, URL patterns.

Constructors

UrlList({String? createTime, String? description, String? name, String? updateTime, List<String>? values})
UrlList.fromJson(Map json_)

Properties

createTime String?
Time when the security policy was created.
getter/setter pair
description String?
Free-text description of the resource.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
Name of the resource provided by the user.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateTime String?
Time when the security policy was updated.
getter/setter pair
values List<String>?
FQDNs and URLs.
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