class Google::Apis::StorageV1::BucketAccessControl::ProjectTeam
The project team associated with the entity, if any.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @project_number = args[:project_number] if args.key?(:project_number) @team = args[:team] if args.key?(:team) end