App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Static Public Attributes | List of all members
google.appengine.api.croninfo.CronInfoExternal Class Reference
Inheritance diagram for google.appengine.api.croninfo.CronInfoExternal:
google.appengine.api.validation.Validated google.appengine.api.validation.ValidatedBase

Static Public Attributes

dictionary ATTRIBUTES
 
- Static Public Attributes inherited from google.appengine.api.validation.Validated
 ATTRIBUTES = None
 

Additional Inherited Members

- Public Member Functions inherited from google.appengine.api.validation.Validated
def __init__
 
def GetValidator
 
def Set
 
def Get
 
def CheckInitialized
 
def __setattr__
 
def __str__
 
def __repr__
 
def __eq__
 
def __ne__
 
def __hash__
 
def ToDict
 
- Public Member Functions inherited from google.appengine.api.validation.ValidatedBase
def GetValidator
 
def SetMultiple
 
def Set
 
def CheckInitialized
 
def ToDict
 
def ToYAML
 

Detailed Description

CronInfoExternal describes all cron entries for an application.

Member Data Documentation

dictionary google.appengine.api.croninfo.CronInfoExternal.ATTRIBUTES
static
Initial value:
1 = {
2  appinfo.APPLICATION: validation.Optional(appinfo.APPLICATION_RE_STRING),
3  CRON: validation.Optional(validation.Repeated(CronEntry))
4  }

The documentation for this class was generated from the following file: