Class ListSnapshotSchedulePoliciesResponse (1.0.0)

ListSnapshotSchedulePoliciesResponse(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Response message containing the list of snapshot schedule policies.

Attributes

NameDescription
snapshot_schedule_policies Sequence[google.cloud.bare_metal_solution_v2.types.SnapshotSchedulePolicy]
The snapshot schedule policies registered in this project.
next_page_token str
Token to retrieve the next page of results, or empty if there are no more results in the list.

Inheritance

builtins.object > proto.message.Message > ListSnapshotSchedulePoliciesResponse