Google Play Developer API . edits . testers

Instance Methods

get(packageName=*, editId=*, track=*)

A description of how to use this function

patch(packageName=*, editId=*, track=*, body=None)

A description of how to use this function

update(packageName=*, editId=*, track=*, body=None)

A description of how to use this function

Method Details

get(packageName=*, editId=*, track=*)
A description of how to use this function

Args:
  packageName: string, Unique identifier for the Android app that is being updated; for example, "com.spiffygame". (required)
  editId: string, Unique identifier for this edit. (required)
  track: string, The track to read or modify. (required)

Returns:
  An object of the form:

    {
      "googleGroups": [ # A list of all Google Groups, as email addresses, that define testers for this track.
        "A String",
      ],
      "autoEnrolledAndroidGroups": [
        "A String",
      ],
      "autoEnrolledGoogleGroups": [
        "A String",
      ],
      "excludedGoogleGroups": [
        "A String",
      ],
    }
patch(packageName=*, editId=*, track=*, body=None)
A description of how to use this function

Args:
  packageName: string, Unique identifier for the Android app that is being updated; for example, "com.spiffygame". (required)
  editId: string, Unique identifier for this edit. (required)
  track: string, The track to read or modify. (required)
  body: object, The request body.
    The object takes the form of:

{
    "googleGroups": [ # A list of all Google Groups, as email addresses, that define testers for this track.
      "A String",
    ],
    "autoEnrolledAndroidGroups": [
      "A String",
    ],
    "autoEnrolledGoogleGroups": [
      "A String",
    ],
    "excludedGoogleGroups": [
      "A String",
    ],
  }


Returns:
  An object of the form:

    {
      "googleGroups": [ # A list of all Google Groups, as email addresses, that define testers for this track.
        "A String",
      ],
      "autoEnrolledAndroidGroups": [
        "A String",
      ],
      "autoEnrolledGoogleGroups": [
        "A String",
      ],
      "excludedGoogleGroups": [
        "A String",
      ],
    }
update(packageName=*, editId=*, track=*, body=None)
A description of how to use this function

Args:
  packageName: string, Unique identifier for the Android app that is being updated; for example, "com.spiffygame". (required)
  editId: string, Unique identifier for this edit. (required)
  track: string, The track to read or modify. (required)
  body: object, The request body.
    The object takes the form of:

{
    "googleGroups": [ # A list of all Google Groups, as email addresses, that define testers for this track.
      "A String",
    ],
    "autoEnrolledAndroidGroups": [
      "A String",
    ],
    "autoEnrolledGoogleGroups": [
      "A String",
    ],
    "excludedGoogleGroups": [
      "A String",
    ],
  }


Returns:
  An object of the form:

    {
      "googleGroups": [ # A list of all Google Groups, as email addresses, that define testers for this track.
        "A String",
      ],
      "autoEnrolledAndroidGroups": [
        "A String",
      ],
      "autoEnrolledGoogleGroups": [
        "A String",
      ],
      "excludedGoogleGroups": [
        "A String",
      ],
    }