GoogleCloudPolicyanalyzerV1Activity class
Represents Activity on a GCP resource over specific observation period.
Constructors
-
GoogleCloudPolicyanalyzerV1Activity({Map<
String, Object?> ? activity, String? activityType, String? fullResourceName, GoogleCloudPolicyanalyzerV1ObservationPeriod? observationPeriod}) - GoogleCloudPolicyanalyzerV1Activity.fromJson(Map json_)
Properties
-
activity
↔ Map<
String, Object?> ? -
A struct of custom fields to explain the activity.
getter/setter pair
- activityType ↔ String?
-
The type of the activity.
getter/setter pair
- fullResourceName ↔ String?
-
The full resource name that identifies the resource.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- observationPeriod ↔ GoogleCloudPolicyanalyzerV1ObservationPeriod?
-
The data observation period to build the activity.
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