EntitlementTarget¶
-
class
oci.apigateway.models.
EntitlementTarget
(**kwargs)¶ Bases:
object
An entitlement target, describing which deployment the entitlement should be applied to.
Methods
__init__
(**kwargs)Initializes a new EntitlementTarget object with values from keyword arguments. Attributes
deployment_id
[Required] Gets the deployment_id of this EntitlementTarget. -
__init__
(**kwargs)¶ Initializes a new EntitlementTarget object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: deployment_id (str) – The value to assign to the deployment_id property of this EntitlementTarget.
-