mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-08-21 13:31:50 -07:00
Empty commit with no code changes
This commit is contained in:
parent
87656c4016
commit
8264deeb9c
19 changed files with 310 additions and 388 deletions
|
@ -268,7 +268,7 @@ def resource_to_request(module):
|
|||
u'entity': module.params.get('entity'),
|
||||
u'entityId': module.params.get('entity_id'),
|
||||
u'projectTeam': BucketAccessControlProjectteam(module.params.get('project_team', {}), module).to_request(),
|
||||
u'role': module.params.get('role'),
|
||||
u'role': module.params.get('role')
|
||||
}
|
||||
return_vals = {}
|
||||
for k, v in request.items():
|
||||
|
@ -341,7 +341,7 @@ def response_to_hash(module, response):
|
|||
u'entityId': response.get(u'entityId'),
|
||||
u'id': response.get(u'id'),
|
||||
u'projectTeam': BucketAccessControlProjectteam(response.get(u'projectTeam', {}), module).from_response(),
|
||||
u'role': response.get(u'role'),
|
||||
u'role': response.get(u'role')
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue