Class UpdateServiceLevelObjectiveRequest (2.11.2)

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

The UpdateServiceLevelObjective request.

Attributes

NameDescription
service_level_objective google.cloud.monitoring_v3.types.ServiceLevelObjective
Required. The ``ServiceLevelObjective`` to draw updates from. The given ``name`` specifies the resource to update.
update_mask google.protobuf.field_mask_pb2.FieldMask
A set of field paths defining which fields to use for the update.

Inheritance

builtins.object > proto.message.Message > UpdateServiceLevelObjectiveRequest