Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e91c58e

Browse files
committed
try fixing docs
1 parent 3342650 commit e91c58e

File tree

1 file changed

+3
-3
lines changed
  • api_core/google/api_core

1 file changed

+3
-3
lines changed

api_core/google/api_core/iam.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,9 @@ def bindings(self):
176176
role (str): Role that is assigned to `members`.
177177
members (:obj:`set` of str): Specifies the identities associated to this binding.
178178
condition (dict of str:str): Specifies a condition under which this binding will apply.
179-
title (str): Title for the condition.
180-
description (:obj:str, optional): Description of the condition.
181-
expression: A CEL expression.
179+
- title (str): Title for the condition.
180+
- description (:obj:str, optional): Description of the condition.
181+
- expression: A CEL expression.
182182
183183
See:
184184
Policy versions https://cloud.google.com/iam/docs/policies#versions

0 commit comments

Comments
 (0)