File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- # [START admin_sdk_groups_migration_quickstart ]
15+ # [START admin_sdk_groups_settings_quickstart ]
1616"""
1717Shows basic usage of the Admin SDK Groups Settings API. Outputs a group's
1818settings identified by the group's email address.
4545except :
4646 print ('Unable to read group: {0}' .format (groupEmail ))
4747 raise
48- # [END admin_sdk_groups_migration_quickstart ]
48+ # [END admin_sdk_groups_settings_quickstart ]
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- # [START admin_sdk_reports_quickstart ]
15+ # [START admin_sdk_reseller_quickstart ]
1616"""
1717Shows basic usage of the Admin SDK Reports API. Outputs a list of last 10 login
1818events.
4949 for activity in activities :
5050 print ('{0}: {1} ({2})' .format (activity ['id' ]['time' ],
5151 activity ['actor' ]['email' ], activity ['events' ][0 ]['name' ]))
52- # [END admin_sdk_reports_quickstart ]
52+ # [END admin_sdk_reseller_quickstart ]
You can’t perform that action at this time.
0 commit comments